• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

boxprob

Status
Für weitere Antworten geschlossen.

=]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!

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 :)
 
Was meinst du genau mit unter?
Schau dir mal den CSS-Befehl z-index an :wink:
 
kannste es mir nicht einfach sagen? oO
aber okay, ich meine mit unter as total lokal,

so:
_____________
| |
| |
| |
| |__
------------------ |
| |
--------------

edit: mist
 
Hi Hewitt_1991

am besten gibst du mal ein Link zu der Seite, so kann dir vermutlich garnicht geholfen werden. :roll:

Gruß
Hobbyuser
 
wo wird denn da ne id zugewiesen?
Code:
<div style="position:absolute; top:100px; left:100px; z-index:2; border:1px solid #888; background:#f88;">
  [b]A:2[/b][img]hund.gif[/img]
</div>

<div style="position:absolute; top:130px; left:130px; z-index:1; border:1px solid #888; background:#88f;">
  [b]B:1[/b][img]hund.gif[/img]
</div>


// edit

Habs, Fehler war:
<div> in <div>
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben