ya no se me ocurre que más hacer, estoy como hace 20 minutos prbando y nada. Este es el sprite que estoy haciendo:
Código:
<a id="jq" href="URL">Textooooooooooo</a>
Código:
Si se fijan solo me pone el fondo cuando le pongo texto :(<style type="text/css"> #jq { background-image: url(); width:105px; height:34px; } a#jq { background:url(http://i41.tinypic.com/2emhlk3.png) 0 0 no-repeat; width:105px; height:34px; } a#jq:hover { background-position: 0 -44px; } </style>
Probé algo así también:
Código:
<div id="bg"><a id="jq" href="URL">Textooooooooooo</a></div>
Código:
Pero no me doy cuenta que &%%$% hago mal :)<style type="text/css"> #bg { width:105px; height:34px; } a#jq { background:url(http://i41.tinypic.com/2emhlk3.png) 0 0 no-repeat; width:105px; height:34px; } a#jq:hover { background-position: 0 -44px; } </style>
Les agradezco una mano