hey zusammen,
also jetzt habe ich mal die buttons angepasst und das menü an die richtige stelle gesetzt etc.
ich hätte aber sehr gerne das der hintergrund bei dem menü welches beim mouseover aufgeklappt wird nicht die volle deckkraft hat. also das es mehr transparent ist..
und da würde ich es gerne so einstellen dass es bei "jedem" browser direkt unter den menübuttos aufklappt. beim ie ist nämlich zwischen dem button und dem menu riesen luft dazwischen.
geht das? wenn ja wo und wie?
hier die style befehle für das menü.
<style type="text/css">
#dropmenudiv{
position:absolute;
align: left;
line-height:15px;
z-index:100;
font-style:normal;
font-variant:normal;
font-weight:normal;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 0px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: none;
border-left-style: solid;
border-top-color: black;
border-right-color: black;
border-bottom-color: black;
border-left-color: black;
color: #ffffff;
}
#dropmenudiv a{
width: 100%;
align: left;
display: block;
text-indent: 2px;
text-decoration: none;
font-weight: normal;
height: 12px;
padding-top: 1px;
padding-right: 0;
padding-bottom: 1px;
padding-left: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: white;
background-color: #000000;
}
#dropmenudiv a:hover{ /*hover background color*/
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
background-color: #000000;
color: #666666;
}
.Stil1 { color: #ffffff;
align: left;
font-size: 10px;
}
</style>
betroffene HP:
externer Link
greetz
Zuletzt modifiziert von Rookie am 14.03.2009 - 15:23:56