3 replies [Last post]
quickbuck
Offline
newbie
Last seen: 14 years 26 weeks ago
Joined: 2007-10-05
Posts: 10
Points: 0

I am really having difficulty in working out why my CSS is producing different results for the following page when viewed in ie7 and firefox

please please help me because it is driving me mad!!

http://tcmdev.creospace.co.uk/product.php?catid=5&subcat=12&prodid=5

The container stretches fine in ie7 when more content is added, but in firefox, the content just overlaps the "footer" and "copyright"

I have tried many times, but cannot find a solution!

surely somebody out there knows!

QB

incauncalator
incauncalator's picture
Offline
Regular
Timisoara, Romania
Last seen: 15 years 21 weeks ago
Timisoara, Romania
Joined: 2007-10-03
Posts: 27
Points: 0

add: #footer {clear: both;}

add:

#footer { clear: both; }

quickbuck
Offline
newbie
Last seen: 14 years 26 weeks ago
Joined: 2007-10-05
Posts: 10
Points: 0

Sorted

thanks Tongue

incauncalator
incauncalator's picture
Offline
Regular
Timisoara, Romania
Last seen: 15 years 21 weeks ago
Timisoara, Romania
Joined: 2007-10-03
Posts: 27
Points: 0

i guess it works!

i guess it works! :thumbsup: