Christine Ce wrote: > Hello everyone! Hi :-)
> I am having a problem in IE with the navigation menu of a site > I am working on. > > It's in the form of two nested unordered lists. The page is > here: http://christinec.e-merging.net/katja/home.htm > and the CSS is here: > http://christinec.e-merging.net/katja/kr3collayout.css [snip code] > It's looking fine in Firefox but in IE, there is what looks > like a margin-bottom on the secondary links of the menu ( the > ones in lower case). Add a width to #left-col ul.sec-nav li. (100% will do) > Additionally something weird is happening right at the bottom, > where the T of CONTACT is repeated underneath and extending > right across with a partial border. I can't work out why it's > there and how to get rid of it. Repeating text in IE usually is caused by lack of width on the containing element, sometimes in combination with comments in the source. You need 3px extra on the wrapper, or 3px less on on of the columns. (probably the 3px jog bug causing one of the columns to shift 3px to the right) -- Els http://locusmeus.com/ http://locusoptimus.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
