Hallo bzw. Guten Abend Forum.
Seid neustem plagt mich ein Problem. Ich erstelle gerade eine Seite in CSS. Die Navigation funktioniert auch ganz gut, zumindest im FF, im IE dagegen sieht es duster aus. Die bilder verdeutlichen es hoffentlich (es soll so aussehen wie im FF):
Hier ist dann nochmal der Code:
Code:
#naviseintraege {
}
#naviseintraege ul {
list-style-type: none;
}
#naviseintraege li {
padding-top: 4px;
padding-bottom: 4px;
text-align: center;
}
#naviseintraege a:link {
color: #FFFFFF;
text-decoration: none;
display: block;
height: 19px;
padding: 3px 0 0 0;
margin: 0 0 0 -45px;
}
#naviseintraege a:active {
text-decoration: underline;
}
#naviseintraege a:hover {
background-color: #FF6600;
font-weight: bold;
}
#naviseintraege a:visited {
color: #FFFFFF;
text-decoration: none;
display: block;
height: 19px;
padding: 3px 0 0 0;
margin: 0 0 0 -45px;
}
Danke für eure Hilfe!!!!
grüße
Lenny