Ver Mensaje Individual
  #4 (permalink)  
Antiguo 12/10/2007, 17:59
Avatar de kahlito
kahlito
Colaborador
 
Fecha de Ingreso: marzo-2003
Ubicación: En el Estrecho y el mar
Mensajes: 2.936
Antigüedad: 21 años, 1 mes
Puntos: 65
Re: Hacer un boton mediante CSS

Hola Oren.

Prueba por ejemplo así:

Código HTML:
#boton a {
	background: url(boton1.png);
	width: 86px;
	height: 23px;
        display:block;
}
	
#boton a:hover {
	background: url(boton2.png);
	width: 86px;
	height: 23px; 
        display:block;
}
Si añades display:block; ya te irá