> The page: > http://www.lullabot.com/node/18 > > The problem in question is the secondary subnavigation layout. In IE, > the background image only extends so far in IE, whereas in > Firefox/everything else looks fine. See how, when correct, the <li>'s > are wide enough that they'll go past the left edge of the browser? Not > happening in IE.
If you outline <div> elements in both FF and IE you'll see that FF sends your navigation div all the way to the left, whereas IE does not. Where IE stops the white is exactly where the menu div ends. Get that menu div to extend left in IE and you'll be golden! ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
