Hice los cambios que me dijiste pero sigue sin funcionar.
Mira hecha un vistazo, puede que quede algo.
HTML:
Cita: <html>
<head>
<title>Sprite</title>
<link rel="stylesheet" type="text/css" href="stole.css">
</head>
<body>
<div class="boton"><a href="#" target="_blank"" width="46" height="25"></a></div>
</body>
</html>
CSS:
Cita: .boton {
background: url(sprite.png) no-repeat;
width:46px;
height:25px;
float: left;
text-indent: -9999px;
}
.boton:hover { background-position: 0 -24px; }
.boton:active { background-position: 0 -12px; }