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
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
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