display: none;
<img src="images/nav_help.gif" alt="Help" name="help" border="0">
img[src="images/nav_help.gif"] { display: none; }/* or */img[alt="help"] { display: none; }/* or */img[name="help"] { display: none; }
img[src="images/nav_help.gif"][alt="help"][name="help"] {display: none;}
"Allows more accurate element selecting, using >, +, [attr], :first-child, etc."
And if so how? Google is not being helpful for once.
Is there any way with CSS to hide the image, and only this one specific image. I can't assign a custom class btw.
Whichever you feel is best.
Fancy
@joshuanhibbert small note, but caniuse says:
and lists IE7 as supported, however IE7 has buggy :first-child support ( which I feel should be mentioned with a yellow block or something )
Edit: I see there is a partially supported colour, but they don't use that for IE7