02.04.2013, 23:02
Hey ich habe ein Problem und zwar habe ich meinen Layer(DropDownMenü) an meine Auflösung angepasst. Jedoch wenn ich eine andere Benutze verschiebt sich dieser.
Wie kann ich dies beheben
CSS Inhalt
#ddmenue {
background-image:url("../images/menueDROPDOWN/showyourcar_03.png");background-repeat:repeat;
margin-top:-5px;
padding-top: 2px;
line-height: 23px;
height:599px;
font-family: Times New Roman;
font-size:15px;
display:none;
overflow:hidden;
position: absolute;
left: 21% ; margin-left: 122px; width:244px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-o-border-radius:5px;
}
Wie kann ich dies beheben
CSS Inhalt
#ddmenue {
background-image:url("../images/menueDROPDOWN/showyourcar_03.png");background-repeat:repeat;
margin-top:-5px;
padding-top: 2px;
line-height: 23px;
height:599px;
font-family: Times New Roman;
font-size:15px;
display:none;
overflow:hidden;
position: absolute;
left: 21% ; margin-left: 122px; width:244px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-o-border-radius:5px;
}