Cita:
Iniciado por DragonX [url]http://alexsancho.name/archives/2006/06/rollover-de-imagenes-con-css/[/url]
[url]http://www.csslab.cl/2005/11/22/rapidos-rollovers-con-css/[/url]
[url]http://tutorialblog.org/image-mapping-with-css/[/url]
muchisimas gracias, gracias a tu ayuda al final lo hice asi
Código:
...
input.button:hover {
background-position: 0 -24px;
}
input.button:active {
background-position: 0 -48px;
}
GRACIAS DE NUEVO