How to apply CSS style only to PNG images?
.pngImages {opacity:0.75} .pngImages:hover {opacity:1}
I have many pages containing duplicate PNG files. How to apply this class to all of them without specifying img class="pngImage" ...
A similar thing, but only for png images:
div {background-color:#ddd}
source share