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