Re: [css-d] Class Won't Apply Itself

2006-08-11 Thread David Dorward
On 10/08/06, Chris Akins <[EMAIL PROTECTED]> wrote: > But, even in other browsers, the bullets wouldn't go away by JUST > defining a class rule like: > > .noBull {list-style:none;} > > and then applying that class to a in my html code. #content ul {padding:0; margin:0; list-style:none; list-style

Re: [css-d] Class Won't Apply Itself

2006-08-10 Thread Nils Kr. Falch
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

[css-d] Class Won't Apply Itself

2006-08-10 Thread Chris Akins
I'm confused over classes that sometimes just won't apply. Page in question: www.springfieldmogov.org/founders/concerts.html CSS: www.springfieldmogov.org/css/founders.css The list of concerts on this page should NOT be showing any bullets, custom or otherwise. But in IE it does, despite the U