Can we create a CSS3 class for the src
, onmouseout
, and onmousehover
properties?
<img src="http://www.example.com//images/pic.png" onmouseout="this.src = 'http://www.example.com/images/pic.png'" onmouseover="this.src = 'http://www.example.com/images/pic-colored.png'" />