Re: [css-d] Question about attribute selectors

2007-09-27 Thread Mauricio Samy Silva
Hi JonMarc, Add !important directive in order to increase the specificity of the attribute selector. Actually the ID seletor rule is overriding the attribute selector rule. Regards, MaurĂ­cio Samy Silva http://www.maujor.com/ -- -

Re: [css-d] Question about attribute selectors

2007-09-27 Thread Nick Fitzsimons
On 27 Sep 2007, at 14:50, JonMarc Wright wrote: > so i got the idea to play around with attribute selectors for a > website... > wanted to serve up transparent png shadowed background images to new > browsers, and server up non-transparent gifs that i constructed to > the rest. > > here's my c