oldputz1990
Erfahrenes Mitglied
Hallo!
Ich habe wieder ein altes Problem, wie immer mit dem Internet Explorer!
Hier meine Navigation im IE:
http://www.bilder-space.de/upload/HIfj5dXfSmTzA5h.png
Das passt alles nicht wirklich zusammen, das Orange ist der Hover Effekt!
So sollte es aussehen:
http://www.bilder-space.de/upload/JZSfKpfYXNGF70w.png
Ich brings einfach nicht hin...
Vl. könntet ihr euch mal die CSS anschaun:
Herzlichen Dank!
Ich habe wieder ein altes Problem, wie immer mit dem Internet Explorer!
Hier meine Navigation im IE:
http://www.bilder-space.de/upload/HIfj5dXfSmTzA5h.png
Das passt alles nicht wirklich zusammen, das Orange ist der Hover Effekt!
So sollte es aussehen:
http://www.bilder-space.de/upload/JZSfKpfYXNGF70w.png
Ich brings einfach nicht hin...
Vl. könntet ihr euch mal die CSS anschaun:
HTML:
<a href="startseite.html" class="navi" >Startseite</a><p><br />
<a href="startseite.html" class="navi" >Allgemeines</a><p><br />
<a href="startseite.html" class="navi" >Geschichte</a><p><br />
<a href="startseite.html" class="navi" >Kontakt</a><p><br /><br />
<a href="startseite.html" class="navi" >Veranstaltungen</a><p><br />
<a href="startseite.html" class="navi2" >Holzmarkt</a><p>
<a href="startseite.html" class="navi2" >Fronleichnam</a><p><br />
<a href="startseite.html" class="navi" >Sehenswürdigkeiten</a><p><br />
<a href="startseite.html" class="navi2" >Fischerkanzel</a><p>
<a href="startseite.html" class="navi2" >Spitzvilla</a><p>
CSS:
a.navi:link,visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
color: #000;
padding: 3px;
width: 152px;
position: absolute;
}
a.navi:hover,active{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000;
background-color: #FF9B00;
padding: 3px;
width: 152px;
border: 1px solid #ffffff;
position: absolute;
}
a.navi2:link,visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000;
text-decoration: none;
margin-left: 15px;
margin-top: 4px;
padding: 2px;
}
a.navi2:hover,active {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000;
text-decoration: none;
margin-left: 15px;
margin-top: 4px;
background-color: #FF9B00;
padding: 2px;
border: 1px solid #ffffff;
}
Herzlichen Dank!