hi all,

is it a known bug for white-space: normal not to work in IE6?  I have a
couple of rules for a navigation menu made up of nested lists:

#main-menu li{
        /* don't allow wrapping of top level items */
        white-space: nowrap;
}


#main-menu li li {
        /* allow wrapping of lower level items */
        white-space: normal;
} 

Works fine in FF, broken in IE.  The subitems don't wrap, unless I take
out the first rule.

Anyone know of a workaround?

cheers
Rob

______________________________________________________________________
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/

Reply via email to