Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/12/2010, 04:34
PabloFerran
 
Fecha de Ingreso: noviembre-2010
Mensajes: 48
Antigüedad: 13 años, 5 meses
Puntos: 0
Respuesta: Problema sprite CSS

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; }