Konsumzombie
Neues Mitglied
Auf der Website, die ich gemacht hab, verutscht unten die Navi etwas nach rechts beim IE. Beim FF wird's richtig dargestellt. Verdammter IE!!
Hier mal ein Auszug aus der CSS-Datei mit dem Bereich, den betreffen müsste (denke da an margin-left):
Was kann ich tun, damit's beim IE genauso aussieht?
Hier mal ein Auszug aus der CSS-Datei mit dem Bereich, den betreffen müsste (denke da an margin-left):
Code:
ul#navi {
position: absolute;
bottom: -30px;
}
ul#navi li {
list-style: none;
float: left;
margin-left: 55px;
height: 30px;
line-height: 30px;
font-size: 12px;
}
ul#navi a:link {color: black; font-weight: bold; text-decoration: none; }
ul#navi a:visited {color: black; font-weight: bold; text-decoration: none; }
ul#navi a:hover {color: #808080; font-weight: bold; text-decoration: none; }
ul#navi a:active {color: black; font-weight: bold; text-decoration: none; }
Zuletzt bearbeitet: