I want to use the display:none property on all .gif images (displayed using <img> tags) on my website. Is there a CSS selector that can do this? Or is jQuery the best way to do this?
This does not work, but I am looking for something like this:
img[gif] { display:none; }
I know this is a simple question; Google did not give any results.
source share