Kann mir dann Jemand sagen, was ich bei folgender Navigation besser machen kann, da auch hier wieder der IE Chaos anzeigt?
Also es handelt sich dabei um eine horizontale Navigationsleiste.
Die Stylesheets dazu sehen wie folgt aus:
#topNavi{
list-style:none;
text-align:center;
height:55px;
padding:25px 0 0 59px;
margin:0;
border-bottom:1px solid gray;
}
#topNavi li{
float:left;
padding:0 1em;
margin-right: 1em;
color: #E9E9EA;
font-family: Tahoma,sans-serif;
font-size: 8pt;
text-decoration: underline;
border-right:1px dotted gray;
}
Grüße Supreme