Can anyone tell me the best way to validate a mouseover image. "onload" doesn't validate. When I tried using the a:hover {background-image: url(....);} , it takes too long to load. Any advice?
<a href="link of image here" onmouseover="nameofsourcefilehere.src='url to image for mouse over'" onmouseout="nameofsourcefilehere.src='url to image after your mouse is scrolls over'"><img src="url to image before mouse scrolls" name="nameofsourcefilehere" border="0" /></a>