Ver Mensaje Individual
  #3 (permalink)  
Antiguo 31/07/2009, 09:39
Avatar de konoyek
konoyek
 
Fecha de Ingreso: julio-2007
Mensajes: 268
Antigüedad: 16 años, 9 meses
Puntos: 0
De acuerdo Respuesta: LInk Activo css

mira tengo el siguiente codigo pero no se en que estoy fallando

Código HTML:
#menu {
background:none;
color:#CCCCCC;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
text-transform:uppercase;
margin-bottom:20px;
}

#menu a{
color:#999999;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
text-transform:uppercase;
}

#menu a:hover {
	color: #0099CC;
	text-decoration: underline;
	}


#menu a:active {
    color: #0000FF !important;
    }

#menu li {
border-bottom: #64B6BF dashed 1px;
padding-top:5px;
padding-bottom: 5px;
padding-right:10px;
list-style:none;

}

#menu li a:active {
    color: #0000FF !important;
    }