Hallo!
Ich habe folgendes Problem: Ich habe mir ein Menü gebaut, bei dem bei Mouseover ein div-Element die Farbe ändern soll (mit Link). Im IE klappt es auch wunderbar, im FF ändert allerdings nur der Link die Farbe. Weiß einer da Abhilfe? Hier der Code:
.menu {
background-color:#EFEFEF;
width:150;
height:20;
border-bottom:1px solid #333399;
font-family:Arial;
font-size:13;
line-height:1.4;
text-decoration:none;
color:#000000;
}
.menu a{
width:150;
height:20;
font-family:Arial;
font-size:13;
line-height:1.4;
text-decoration:none;
color:#000000;
}
.menu a:active{
width:150;
height:20;
font-family:Arial;
font-size:13;
line-height:1.4;
text-decoration:none;
color:#333399;
}
.menu a:visited{
width:150;
height:20;
font-family:Arial;
font-size:13;
line-height:1.4;
text-decoration:none;
color:#000000;
}
.menu a:hover{
background-color:#333399;
width:150;
height:20;
font-family:Arial;
font-size:13;
line-height:1.4;
text-decoration:none;
color:#FFFFFF;
}
hoffe mir kann wer helfen! danke im voraus!
mfg
mathias