Kevin Crawford wrote:
> I'm working on http://epraxadev.com/lbso_site/ and I've run into a
> problem in IE6 re: spacing in the UL dropdown menu. 

It's a strange problem indeed.  It appears that IE is expanding the LI 
to fit the UL inside it.  It will do this in a lot of situations.  It 
looks like this height change did the trick for me in IE 6.  From:

        ul#nav li ul li { float:none; display:block; }

To:
        ul#nav li ul li { float:none; display:block; height: 10px;}

-Adam Ducker (http://adamducker.com)
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to