Ich habe ein horizontales Menü, bei dem ich jedem Menüpunkt eine andere absolute Position gebe. Im Firefox wird dieses auch wunderbar angezeigt, nur im Internet Explorer sieht man einfach gar nichts von dem Menü!
- Code: Alles auswählen
/*
-------------------------------Menü
*/
.page_item9{
display:none;
}
.page_item2 a, .page_item3 a, .page_item5 a, .page_item6 a, .page_item7 a, .page_item8 a{
position:absolute;
margin-left:-380px;
left:50%;
bottom:-9px;
width:31px;
min-width:31px;
height:30px;
background: url(pics/men_bio.gif) no-repeat;
z-index:200;
}
* html .page_item2 a,.page_item3 a, .page_item5 a, .page_item6 a, .page_item7 a, .page_item8 a {
bottom:-9px; width:31px; height:30px;
}
.page_item3 a{
background: url(pics/men_musik.gif) no-repeat;margin-left:-335px;width:59px;min-width:59px;z-index:201;
}
.page_item5 a{
background: url(pics/men_projekte.gif) no-repeat;margin-left:-262px;width:97px;min-width:97px;
}
.page_item6 a{
background: url(pics/men_fotos.gif) no-repeat;margin-left:-151px;width:62px;min-width:62px;
}
.page_item7 a{
background: url(pics/men_presse.gif) no-repeat;margin-left:-76px;width:74px;min-width:74px;
}
.page_item8 a{
background: url(pics/men_termine.gif) no-repeat;margin-left:12px;width:82px;min-width:82px;
}