Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/05/2008, 14:44
Avatar de geek08
geek08
 
Fecha de Ingreso: mayo-2008
Ubicación: En algun lugar...
Mensajes: 31
Antigüedad: 15 años, 11 meses
Puntos: 0
Respuesta: Boton Css con Imágenes PNG

hola juampick,
mira yo haria esto:
#buttons {
background:url('home.png') no-repeat; //la imagen comun
width:62px;
height:53px;
}
#buttons:hover {
background:url('home_hover.png') no-repeat; //la imagen con hover
width:62px;
height:53px;
}
fijate si asi anda.. suerte!