Re: [css-d] Question about attribute selectors

2007-09-27 Thread Mauricio Samy Silva
/ -- - Original Message - From: "JonMarc Wright" <[EMAIL PROTECTED]> To: Sent: Thursday, September 27, 2007 1:50 PM Subject: [css-d] Question about attribute selectors ... > #accessBar {background-image: url(../images/shadow.gif); } > [id="accessBar"]

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

[css-d] Question about attribute selectors

2007-09-27 Thread JonMarc Wright
Hello all, 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. rather than place a bunch of hacks on all of my elements that i u