Hallo,
wie oben schon beschrieben habe ich nen kleines Problem im IE 6 mit Dropdowns Menues. Im IE 7 funktioniert es, im FF sowieso.
Hier mal der Code:
<div class="aussen">
<span class="menuetag">...</span>
<a href="..."></a>
<a href=" "></a>
<a href=" "></a>
<a href=" "></a>
<a href=" "></a>
<a href=""></a>
</div>
und das dazugehörige css
#menue .aussen {
float: left;
display: block;
overflow: hidden;
height: 1.3em;
text-align: center;
color: #ffb62d;
margin-left:20px;
font-size: 14pt;
text-decoration: none;
font-family: Verdana, Arial, sans-serif;
margin-top:auto;
margin-bottom:auto;
}
#menue .aussen:hover {
height: auto;
background: url(../Pics/flyout_002479.png);
border: 1px solid #002479;
}
#menue a{
display: block;
text-decoration: none;
font-size: 10pt;
text-align: center;
padding: 10px;
text-align: left;
color: white;
border-top: 1px solid orange;
letter-spacing: 1pt;
}
#menue a:hover {
background: url(../Pics/flyout_002479_hover.png);
color: orange;
border-color: white;
}
span.menuetag {
display: block;
cursor: default;
padding-bottom: 4px;
text-align: left;
padding-left:10px;
padding-right: 10px;
}
#wrapper{
width:82%;
float: left;
height:inherit;
clear: right;
text-align:justify;
font-size:80%;
}
#shadow{
height:10px;
background: url(../Pics/shadow.png);
background-position: top right;
margin-right:178px;
background-repeat: repeat-x;
}
...ich weiss, ich muss noch Einiges zusammenfassen im Css....Wenn irgendwer nen Tip für mich hat, wäre ich dankbar.
Lg
Nad