I am using CSS sprite by using div tags.But in the below code there is JavaScript and I can’t keep sprite to that.Is it possible to keep the CSS sprite to the below code? Image is in onmouseover function.
<a href="" target="_blank" onmouseover="MM_swapImage('Image52','','social-rss-h.png',1)" onmouseout="MM_swapImgRestore()">
Try to add a class/id for links you want to sprite (you can add sprite to links, but, for organization, I prefer classes/id)