a#top-right {background: url(’vikas_sprite.gif’) -130px 0px no-repeat; } a#top-right:hover { background: url(’vikas_sprite.gif’) -130px -210px no-repeat; } a#top-right:visited { background: url(’vikas_sprite.gif’) -130px -210px no-repeat; }
a#bottom-left {background: url(’vikas_sprite.gif’) 0px -105px no-repeat; } a#bottom-left:hover { background: url(’vikas_sprite.gif’) -0px -315px no-repeat; } a#bottom-left:visited { background: url(’vikas_sprite.gif’) -0px -315px no-repeat; }
a#bottom-right {background: url(’vikas_sprite.gif’) -130px -105px no-repeat; } a#bottom-right:hover { background: url(’vikas_sprite.gif’) -130px -315px no-repeat; } a#bottom-right:visited { background: url(’vikas_sprite.gif’) -130px -315px no-repeat; } </style> </head> <body> <div id=”mysprites”> <a id=”top-left” href=”#”></a> <a id=”top-right” href=”#”></a> <a id=”bottom-left” href=”#”></a> <a id=”bottom-right” href=”#”></a> </div> </body> </html>