Is it possible to create a CSS rule that would apply a style to any IMG tag with a SRC that contained a specific string, say "hideme"? For instance, if I had the following 3 images on a page it would hide the second one?
<img src="images/test1.png"> <img src="images/hideme.gif"> <img src="images/test3.jpg">