M
Maik
Also bei mir funktioniert es einwandfrei, wenn ich dem DIV #Login zusätzlich noch eine Breitenangabe verpasse
Code:
#Layer1 {
position:absolute;
width:586px;
height:46px;
z-index:2;
left: 210px;
top: 168px;
}
#Login {
background-image:url(login_background.jpg);
background-repeat:no-repeat;
background-position:center;
background-color:black;
height:800px;
position:absolute;
z-index:1;
left: 210px;
top: 168px;
width: 586px;
}