On 8/10/06, Chris Akins <[EMAIL PROTECTED]> wrote:
> Why?
>
> How can I get IE to eliminate the bullets on this page and respect the
> .class="noBull"?

I think it is an unexpected inheritance problem. where the more
generic list-style doesn't overrule the list-style-image property.

Anyway you can use this:
 #content .noBull {list-style-image:none;}

This should give you the expected result in IE.
______________________________________________________________________
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/

Reply via email to