- Registriert
- 24.06.05
- Beiträge
- 205
hi,
Ich hab ein Problem mit der Darstellung meines Menüs im Internet Explorer.
Ich habe ein Menü mit einem Untermenü. Menü und Untermenü haben unterschiedliche Hintergründe. Jeweils der 1. Menüpunkt des Menüs oder Untermenüs wird im IE ohne Hintergrund dargestellt. (siehe Fotos / IE und FF zum Vergleich)
Hier der Code:
Ich hoffe es kann mir jemand helfen.
mfg natsuki
Ich hab ein Problem mit der Darstellung meines Menüs im Internet Explorer.
Ich habe ein Menü mit einem Untermenü. Menü und Untermenü haben unterschiedliche Hintergründe. Jeweils der 1. Menüpunkt des Menüs oder Untermenüs wird im IE ohne Hintergrund dargestellt. (siehe Fotos / IE und FF zum Vergleich)
Hier der Code:
Code:
.left-menue a:link, .left-menue a:visited {
display:block;
color:#f1f1f1;
font-weight: bold;
padding-top:3px;
padding-bottom:3px;
padding-left:10px;
padding-right:10px;
background:url(menue.jpg);
background-repeat:repeat;
text-decoration:none;
margin-bottom:1px;
}
.left-menue a:hover, .left-menue a:active {
display:block;
color:#b00000;
font-weight: bold;
padding-top:3px;
padding-bottom:3px;
padding-left:10px;
padding-right:10px;
background:#ECEBEB;
text-decoration:none;
margin-bottom:1px;
}
.left-umenue a:link, .left-umenue a:visited {
display:block;
color:#f1f1f1;
font-weight: bold;
padding-top:3px;
padding-bottom:3px;
padding-left:20px;
padding-right:10px;
background:url(bg.jpg);
background-repeat:repeat;
text-decoration:none;
margin-bottom:1px;
}
.left-umenue a:hover, .left-umenue a:active {
display:block;
color:#b00000;
font-weight: bold;
padding-top:3px;
padding-bottom:3px;
padding-left:20px;
padding-right:10px;
background:#ECEBEB;
text-decoration:none;
margin-bottom:1px;
}
Ich hoffe es kann mir jemand helfen.
mfg natsuki