In Firefox, http://www.floodgaterecords.com/index.php displays correctly.
In IE7, you can see the nav cascades downwards. NOT GOOD.
If I add:
...then three of the four links show up at the top, but the fourth is pushed down to the next line.Code:#nav li { float:left; }
This was recommended to me on a similar problem:
"I think it's a hasLayout problem. Try setting min-height:1px or zoom:1.0 for the LI elements."
...but this didn't fix it.
Any more ideas?
Thanks!






Bookmarks