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