ist mir schon fast peinlich diese Frage. Aber ich kriegs einfach nicht hin das die Navigation im IE richtig angezeigt wird. Ich glaub ich sitz einfach irgendwo auf dem schlauch. Kann mir da jemand helfen?
Hier das CSS
- Code: Alles auswählen
#navigation {
border-bottom: 1px solid #A4B938;
margin-left: 55px;
margin-right: 55px;
height: 20px;
text-align: center;
}
#navigation ul li {
list-style-type: none;
display: inline;
padding: 5px 5px 5px 5px;
border-left: 1px solid #A4B938;
border-right: 1px solid #A4B938;
border-top: 1px solid #A4B938;
background-color: #E1E1E1;
}
#navigation p {
list-style-type: none;
display: inline;
padding: 5px 5px 5px 5px;
}
#navigation a {
color: #A4B938;
text-decoration: none;
}
#navigation a:hover {
text-decoration: underline;
}
Wenn mir echt jemand helfen könnte wäre ich sehr dankbar. Es ist vermutlich nur ein kleiner Fehler, welcher mir irgendwie ned auffällt
gruss snoeber
