[thelist] [css] IE 6 ate my nav menu

Gunlaug Sørtun gunlaugs at c2i.net
Tue Apr 19 17:19:41 CDT 2005


Maximillian Schwanekamp wrote:
> My nav menu has gone awol, presentationally speaking.  Can someone
> tell me what's wrong with my CSS?  The page itself validates, and I'm
> baffled as to what's wrong with it.  FF & Safari show the nav OK.  In
> IE 6 it's just... gone. http://colorgrown.neptunewebworks.com/

IE6 isn't too impressed by your clearing. Happens all the time.

This will be more forceful:
-----------
<br style="clear: both;" />
<div id="navigation">
<ul class="menu">
...
-----------
...and bring IE6 in line with Firefox.

regards
	Georg
-- 
http://www.gunlaug.no


More information about the thelist mailing list