Sebigf
Erfahrenes Mitglied
Hallo zusammen,
ich habe ein div Fenster gemacht, dass bei einem bestimmten Aufruf sichtbar wird.
Hat jemand eine Idee, warum das select über dem DIV liegt ? Danke
ich habe ein div Fenster gemacht, dass bei einem bestimmten Aufruf sichtbar wird.
Code:
div.box {
position: absolute;
background-color:#EEEEEE;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #6F6868;
font-weight: normal;
border: 1px solid #6F6868;
width:300px;
}
select.ausw {
font-family: Verdana, Arial, Times New Roman;
background-color: #FFFFFF;
color: #000000;
font-size: 11px;
border-bottom: solid 1px #E7E8ED;
border-right: solid 1px #E7E8ED;
border-left: solid 1px #727272;
border-top: solid 1px #727272;
padding-top: 1px;
height: 20px;
}
Hat jemand eine Idee, warum das select über dem DIV liegt ? Danke
Zuletzt bearbeitet: