![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
19/06/2009, 14:50
|
| | Fecha de Ingreso: abril-2003
Mensajes: 1.129
Antigüedad: 21 años, 10 meses Puntos: 34 | |
Respuesta: Como uso hover en html y no en la hoja css Ponelo así
a.nohover {
color:#ddd;
}
a.nohover:hover {
color:#000;
}
Con tus colores claro... |