I need that, when an image does not have the src
attribute, css recognizes this automatically and hides that element with display:none
What selector should I use to do this?
Example:
<img src="tem_imagem" class="image" />
<img class="image" />