Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/11/2006, 12:28
Avatar de iconogt
iconogt
 
Fecha de Ingreso: septiembre-2004
Ubicación: Guatemala
Mensajes: 576
Antigüedad: 19 años, 8 meses
Puntos: 4
Hola,

Mira se hace así:

Código:
a.menu:link {
display : block;
width : 50px;
height : 17px;
margin : 2px;
padding : 0 0 0 20px;
background : #fff (imagen_link.png) top left no-repeat;
color : #000;
}

a.menu:visited {
display : block;
width : 50px;
height : 17px;
margin : 2px;
padding : 0 0 0 20px;
background : #fff (imagen_visitados.png) top left no-repeat;
color : #000;
}

a.menu:hover {
display : block;
width : 50px;
height : 17px;
margin : 2px;
padding : 0 0 0 20px;
background : #fff (imagen_hover.png) top left no-repeat;
color : #000;
}

a.menu:active {
display : block;
width : 50px;
height : 17px;
margin : 2px;
padding : 0 0 0 20px;
background : #fff (imagen_activos.png) top left no-repeat;
color : #000;
}
Espero te sirva, a mi me funciona bien y sin problemas...
__________________
_______
Jorge Rojas.