Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/08/2004, 02:48
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 8 meses
Puntos: 381
Holas Creature

mira a ver si te sirve el hacerlo así

<style type="text/css">
<!--
.uno {
position: relative;
top: 1px;
left: 1px;
}
.dos{
position: relative;
top: 0px;
left: 0px;
}

-->
</style>

eso en head

y a tu imagen le pides....

<a href="#"><img src="imagen.gif" width="27" height="30" border="0" class="dos" onmousedown="this.className = 'uno'" onmouseup ="this.className='dos'" /></a>