Tony Watkins wrote:
> Anyone know of a way to target a specific image on a page with css? For
> example;
> 
Have you considered using attribute selector?

http://www.w3.org/TR/CSS21/selector.html#attribute-selectors

like this: img[src="your image url here"] {display: none;}

Just tried it on one of my sites and it seems to work fine in FF.  I'm 
not sure if IE supports this.
-- 
Joel Goldstick
www.columbuswebmakers.com
______________________________________________________________________
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