Is it possible to set the src attribute value in CSS. At present what i am doing is:-
<img src="pathTo/myImage.jpg"/>
and i want it to be something like this
<img class="myClass" />
also, i don't want to use the background
or background-image:
property.