![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
27/05/2008, 14:44
|
![Avatar de geek08](http://static.forosdelweb.com/customavatars/avatar239191_1.gif) | | | Fecha de Ingreso: mayo-2008 Ubicación: En algun lugar...
Mensajes: 31
Antigüedad: 16 años, 8 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! |