=]ReDHeaD[=
Mitglied
ahoi,
ich habe folgendes problem:
ich habe eine seite, mit vielen div layern,
und einer switch-anweisung,
in einer steht, dass er ein neues stylesheet aufrufen soll,
geht auch soweit prima, aber, obwohl die
box position:absolute hat, wird sie unter
einer bestehenden aufgerufen!
ich hoffe einer kann mir helfen, denn es ist sehr wichtig!
danke :)
ich habe folgendes problem:
ich habe eine seite, mit vielen div layern,
und einer switch-anweisung,
in einer steht, dass er ein neues stylesheet aufrufen soll,
geht auch soweit prima, aber, obwohl die
box position:absolute hat, wird sie unter
einer bestehenden aufgerufen!
Code:
#bannerbox {
position:absolute;
background:transparent;
color:#000000;
margin-left:10px;
margin-top:10px;
width:962px;
height:146px;
}
#boxoben {
position:absolute;
background:transparent;
color:#000000;
margin-left:10px;
margin-top:156px;
width:962px;
height:50px;
}
#menubox {
position:absolute;
background:#CCCCCC;
color:#000000;
margin-left:10px;
margin-top:220px;
width:962px;
height:48px;
border-width:0px;
border-bottom-width:2px;
border-style:solid;
border-color:#A91B1A;
}
#left {
position:absolute;
background:#565656;
color:#000000;
margin-left:10px;
margin-top:270px;
width:200px;
height:800px;
border-style:solid;
border-width:0px;
border-bottom-width:2px;
border-color:#A91B1A;
}
#right {
position:absolute;
background:#000000;
color:#000000;
margin-left:210px;
margin-top:270px;
width:762px;
height:800px;
border-style:solid;
border-width:0px;
border-bottom-width:2px;
border-color:#A91B1A;
}
#bottom {
position:absolute;
background:transparent;
color:#000000;
margin-left:10px;
margin-top:1070px;
width:962px;
height:30px;
}
Code:
#login {
position:absolute;
background:#ffffff;
color:#000000;
margin-left:500px;
margin-top:500px;
width:300px;
height:300px;
border-style:dashed;
border-width:2px;
border-color:#A91B1A;
}
ich hoffe einer kann mir helfen, denn es ist sehr wichtig!
danke :)