One thing I see right away is that you have not cleared the floats in your list. The easiest way to do this is to add overflow: auto to the #navbar ul, then your floated list items will be 'contained' within the UL itself, as you intended it to be.
Quote:
|
IE and noticed that it has its own set of issues. This is frustrating, I'm trying to avoid a javascript menu system.
|
IE has been frustrating web designers all along.. and it still is! You won't need a javascript solution, but you most likely will need separate css files just to hold the 'fixes' needed to make IE behave correctly, called by conditional comments in your html.
Unfortunately, it's really whacked in IE6, haven't looked at it with IE7, and we don't have IE8, but that at least should behave more like Firefox that it's predecessors.
I'll have to download it and pick thru the code for the solution.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
Last edited by LadynRed; 06-18-2009 at 03:47 PM..
|