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

Probelm mit untereinander liegen divs

Bibabutzemann

Neues Mitglied
Hallo,

Ich habe das problem, das ich zwei divs untereinander legen möchte, aber das zweite div wird nicht angezeigt. Wie kann ich dieses Problem lösen?

Quellcode CSS
Code:
#textbox_5  
{
        margin: 480px 30px 0px 255px;
        height:auto;
        width:553px;
        position:absolute;
        background-color:#FFF;
        padding:0px 0px 0px 5px;
        margin-bottom:30px;

}
#leer3
{
        margin:auto 0px 0px 255px;
        bottom:0px;
        height:30px;
        background:#FFF;
        position:absolute;
        }
Html Code
Code:
 <div id="textbox_5">Text zum Thema 3</div>
 <div id="leer3">&nbsp;</div>
 
erstmal danke für die schnelle hilfe, aber wenn ich das "position: absolut" herrausnehme, wird das div zwar angezeit, aber oben auf der siete, nicht unter der Textbox.
 
Zurück
Oben