so hab mich mal selber angestrengt und mal im inet gesucht ^^
es kam dabei raus, dass das wohl ein bekannter bug im ie <= 6 ist. mit dem ie7 soll ja alles besser werden *rolleyes*
/* IE... */
* html ul#navilinks{
height: 1%;
}
* html ul#navilinks li{
height: 20px;
}
* html div#navi{
margin-left: 14px;
}
* html ul#navilinks li a{
width: 133px;
}
aber hab da noch etwas anderes ^^ und zwar werden im ff diese komischen linkpunkte angezeigt, wenn ein link aktiv ist...das würde nicht stören, wenn die nur rund um das <img> element wären, aber die sind aufm ganzen linken bereich neben dem link verteilt...guckts euch aufm anhang an, kb das jetzt noch genauer zu beschreiben x)
a#design{
position: absolute;
left: 171px;
display: block;
width: 136px;
height: 55px;
background: url(design.gif) no-repeat;
text-indent: -1000px;
}
a#provider{
position: absolute;
display: block;
left: 307px;
width: 220px;
height: 55px;
background: url(homepage.gif) no-repeat;
text-indent: -1000px;
}
a#webmaster{
position: absolute;
display: block;
left: 527px;
width: 103px;
height: 55px;
background: url(impressum.gif) no-repeat;
text-indent: -1000px;
}