Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/05/2012, 08:18
Avatar de ceaped
ceaped
 
Fecha de Ingreso: febrero-2004
Mensajes: 2.185
Antigüedad: 20 años, 2 meses
Puntos: 9
Pregunta Agregar texto al botón

Buenos días para todos

Tengo un botón con imagen el cual deseo agregarle un texto en la parte de abajo.
Este es mi css:

Cita:
a.boton_inicio {
width:100px;
height:125px; /* Dimensiones de la imagen */
text-indent:9999px;
overflow:hidden; /* Oculatando el texto del enlace */
display:block; /* Poniendo la imagen como fondo */
background-image: url(../images/icono_inicio.png);
background-repeat: no-repeat;
background-position: center 10px;
}
a.boton_inicio:hover {
background-image: url(../images/icono_inicio.png);
background-repeat: no-repeat;
background-position: center 5px;
}
Gracias por su ayuda
__________________
Diseñador Gráfico publicitario