Código:
#menu{ list-style:none; margin:0 0 0 10; padding:0px; } #menu li{ margin:-2 7 0 0; padding:0px; float:left; } #menu li a.enlace{ height:21px; font-family: arial, helvetica; font-size:8pt; color:#FFFFFF; font-weight:bold; text-decoration:none; vertical-align: middle; display: table-cell; } #menu li a.enlace:hover{ color:#FF0000; text-decoration:none; } #menu li.rojo{ height:21px; font-family: arial, helvetica; font-size:8pt; color:#FF0000; font-weight:bold; padding-top:3px; }
y la barra sería algo sencillo como: INICIO * GALERÍA * ENLACES
Entonces cuando se está, por ejemplo, en INICIO, éste tiene clase rojo y no es pinchable.
El caso es que se ve así en Explorer y Chrome, pero no en Firefox, donde en lugar de rojo, el #FF0000 se ve de color azul. Alguien sabe el motivo?
Gracias por adelantado.