ZeitGeist
Lounge-Member
guten Abend
ich hab gerade festgestellt das eine etwas "ältere" Seite von mir im IE einige komischen Sachen macht.
Wenn ich im IE mit der Maus über die Links fahre verkleinert sich der Abstand nach oben. Ich hab nicht rausfinden können woran das liegt. Ist das nen Bug vom IE und viel wichtiger kann man was dageben tun?
der html code
und das zugehörige css
hier kann man es mal ausprobieren
ich hab gerade festgestellt das eine etwas "ältere" Seite von mir im IE einige komischen Sachen macht.
Wenn ich im IE mit der Maus über die Links fahre verkleinert sich der Abstand nach oben. Ich hab nicht rausfinden können woran das liegt. Ist das nen Bug vom IE und viel wichtiger kann man was dageben tun?
der html code
HTML:
<ul id="navi">
<li onClick="location.href='/www.kleefeld-love.de/index.php'"> <a href="/www.kleefeld-love.de/index.php" class="current">Hause</a> </li>
<li style="border:none; cursor:auto;"> </li>
<li id="navi2" onClick="location.href='/www.kleefeld-love.de/galeries/index.php?id=17'" title="02.04.05"> <a href="/www.kleefeld-love.de/galeries/index.php?id=17" title="02.04.05">Grillstart!!</a> </li>
<li id="navi3" onClick="location.href='/www.kleefeld-love.de/galeries/index.php?id=16'" title="06.03.05"> <a href="/www.kleefeld-love.de/galeries/index.php?id=16" title="06.03.05">Durchmischtes</a> </li>
<li id="navi4" onClick="location.href='/www.kleefeld-love.de/galeries/index.php?id=15'" title="02.02.05"> <a href="/www.kleefeld-love.de/galeries/index.php?id=15" title="02.02.05">Aus dem Regen</a> </li>
<li id="navi5" onClick="location.href='/www.kleefeld-love.de/galeries/index.php?id=14'" title="01.02.05"> <a href="/www.kleefeld-love.de/galeries/index.php?id=14" title="01.02.05">News von Noise</a> </li>
<li id="navi6" onClick="location.href='/www.kleefeld-love.de/galeries/index.php?id=12'" title="07.01.05"> <a href="/www.kleefeld-love.de/galeries/index.php?id=12" title="07.01.05">Pace rockt Astra</a> </li>
<li id="navi7" onClick="location.href='/www.kleefeld-love.de/galeries/index.php?id=1'" title="17.09.04">
[..]
</ul>
und das zugehörige css
HTML:
/* CSS Document */
body
{
margin:0px 0px 50px 0px;
padding:20px 10px 10px 0px;
font-family:Tahoma, Verdana, Arial, sans-serif;
}
#center
{
width:910px;
position:absolute;
left:50%;
margin-left:-440px;
padding-bottom:100px;
}
/* Navigation in <ul id="navi"> */
#navi
{
position:relative; top:10px; left:0px; float:left;
margin:0px;
padding:0px;
list-style-type:none;
width:200px;
}
#navi .current
{
border:1px #66FFFF solid;
color:#66FFFF;
}
#navi a:link
{
margin:0px 0px 5px 0px;
padding:2px 0px 2px 5px;
width:100%;
max-width:193px;
border:1px black solid;
display:block;
color:black;
font-weight:bold;
font-size:medium;
text-decoration:none;
}
#navi a:visited
{
margin:0px 0px 5px 0px;
padding:2px 0px 2px 5px;
width:100%;
max-width:193px;
border:1px black solid;
display:block;
color:black;
font-weight:bold;
font-size:medium;
text-decoration:none;
}
#navi a:hover
{
margin:0px 0px 5px 0px;
padding:2px 0px 2px 5px;
width:100%;
max-width:193px;
border:1px #66FFFF solid;
display:block;
color:black;
font-weight:bold;
font-size:medium;
text-decoration:none;
}
#navi a:active
{
margin:0px 0px 5px 0px;
padding:2px 0px 2px 5px;
width:100%;
max-width:193px;
border:1px black solid;
display:block;
color:black;
font-weight:bold;
font-size:medium;
text-decoration:none;
}
hier kann man es mal ausprobieren