Hallo Leute,
Ich bin neu hier, und bitte um eure Hilfe... Ich habe ein Problem und zwar hab ich ein Dropdown- Menü in Typo 3 eingebunden.
Im Firefox wird das ganze ordnungsgemäß dargestellt, aber im IE ist das Aufklappmenü verschoben...
Das hat zur Folge dass wenn man mit der Maus auf den Zwischenraum kommt das Aufklappmenü wieder zugeht....
Ich weiß nicht woran das liegt und auch nich wie ich das Beheben kann.. Vll mit Position?
Hier könnt ihrs euch ansehen:
Home: YAML for Templavoila
Mein css:
Code:
#hauptmenue {
line-height : normal;
text-align: left;
height:auto;
overflow:hidden;
width: 100%;
color:6f6f6f;
}
#hauptmenue ul {
list-style-type : none;
margin-right : 0;
padding : 0;
margin-top: 0;
margin-bottom: 0;
text-align:right;
display:inline;
color:6f6f6f;
}
#hauptmenue li {
display : inline;
margin : 0;
padding : 0;
}
#yymenu a {
padding: 4px;
text-decoration: none;
display: block;
color:6f6f6f;
margin: 0px;
border-bottom: solid 1px #FFffff;
background: #8594a0;
font: bold 11px Verdana SunSans-Regular;
font-size: 8px;
}
#yymenu a.last {
border-style: none;
}
#yymenu {
/* background: #2e3e4b;*/
}
#yymenu a:hover {
color:6f6f6f;
background-color: #C3EA77;
z-index:100;
}
.mmLevel1, .mmLevel2{
padding-top:0px;
margin-bottom:10px;
border: 2px solid #8594a0;
}
#yymenu .sub {
/*background-image: url(../images/ypmenu_pfeilg.gif);*/
background-repeat: no-repeat;
background-position: right center;
} Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38:
| lib.nav.20 = HMENU lib.nav.20 { special = directory special.value = 428 stdWrap.dataWrap = <ul>|</ul> stdWrap.required = 1 korek_css = padding-bottom:20px;margin-left:1px;text-align:left; color:#454545; aniLen = 800 hideDelay = 5 minCPUResolution = 8 kore_so_x = -2 div_id_layer = yymenu 1 = tx_menu_ypslideoutmenu 1 { expAll=1 NO = 1 NO { linkWrap = <span>|</span> ATagBeforeWrap = 1 allWrap = <li>|</li> } } 2 = tx_menu_ypslideoutmenu 2 { moveTo = down height = 22 width = 177 expAll=1 NO { } } 3 < .2 3.moveTo = right 3.width= 177 } |
Ich denk es ist nur ne Kleinigkeit zu ändern aber manchmal sieht man den Wald vor lauter Bäumen nicht...
Danke schon mal für eure Mühen
Marie