Thread: CSS Div problem
View Single Post
  #1 (permalink)  
Old 09-29-05, 02:44 PM
themanmathias themanmathias is offline
Newbie Coder
 
Join Date: Dec 2003
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
CSS Div problem

I have a problem I keep coming up against in CSS that I have tried to fix with no avail.

www.all-that-i-am.co.uk/videos

I am adding some video thumbnails with the text towards the bottom of the page hopefully in two columns (there are 8 so I though 2 x 4)

I have a div that I always but after my body content with a image background (a road) and a quote.

Now in Explorer, the road background div gets pushed down irrespective of what <div>s and <p>s I put above it and it looks great, but in Firefox the road background div doesnt push down beyond my video thumbnails, the layout breaks.

Can anyone tell me why? I thought if I put a clear: both; on the road background div it would push it down but no.

Sorry for the random description, hopefully the problem will be obvious upon checking the url.

Thanks as always,

Andy
Reply With Quote