.myRolloverImage { display: block; width: 100px; height: 100px; background: url('/path/to/myImage.png') bottom; text-indent: -99999px;}.myRolloverImage:hover { background-position: 0 0;}HTML (you can add this to your page where you want effect to take place)<a class="myRolloverImage" href="#LinkURL">You can add content here</a>
Comments
CSS code