2 replies [Last post]
renee
Offline
Last seen: 8 years 50 weeks ago
newbie
Joined: 2004-06-08
Posts: 2
Points: 0

Hi! I am new to these forums... I noticed that my site does not look the same in IE and Mozilla. In Mozilla, my side menu has the general site background, while I want it to display a white background (just like in IE). What am I doing wrong?

Thanks!
Renee
http://glosses.net

Tony
Tony's picture
Offline
Last seen: 9 hours 16 min ago
Moderator
Brisbane
Timezone: GMT+10
Joined: 2003-03-12
Posts: 4640
Points: 2175

site does not look the same in Mozilla and IE

Hi Renee,
This looks like the problem of float containers needing to be cleared.
Try:#rap:after{ content: "."; display: block; height: 0; overflow:hidden; clear: both; visibility:hidden; }

http://www.csscreator.com/attributes/containedfloat.php

Hope that helps

renee
Offline
Last seen: 8 years 50 weeks ago
newbie
Joined: 2004-06-08
Posts: 2
Points: 0

site does not look the same in Mozilla and IE

Thanks for your reply! And sorry for a newbie question, but where should the line be, in the css file or in the index file? Putting it in the css doesn't do anything, but it displays strangely in the index...

thanks-
Renee
http://glosses.net