> Another solution is
> li {list-style: none inside;}

This introduces extra padding on the left of the <li> in IE6 WinXP.

Is there a better way than "fixing" this with:

li {
        list-style: none inside;
        _list-style: none outside;
}

André

______________________________________________________________________
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