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
Html Code
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;
}
Code:
<div id="textbox_5">Text zum Thema 3</div>
<div id="leer3"> </div>