[EMAIL PROTECTED] wrote: > I have an unordered list of nested unordered lists. I use a little JS to > have an accordion behavior. In FF, the list elemts are visually flush with > each other. In IE6, there are gasps between *some* of the list elements, > but not others. I'm stumped. You can take a look at: > > http://www.chegitz.net/ IE may need a hasLayout trigger. Try: sectionLinksLevel1 a { width: 100%; } .sectionLinksLevel2 a { width: 100%; } .sectionLinksLevel3 a { width: 100%; } Regards, ~dL
-- http://chelseacreekstudio.com/ca/ccs/pow/pow.html ______________________________________________________________________ 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/
