Hallo,
ich habe ein box folgendermaßen definiert:
#box_bottom {
position:absolute;
background-color: #FFCC99;
padding:0px;
top:10px;
left:15px;
width:530px;
height:100px;
}
Im code steht dann
<div id="box_bottom">blablabla</div>
Der text ist mehrere Absätze lang. Wie bekomme ich es hin, wenn mal richtig viel Text auftaucht, dass die Box automatisch entspr. nach unten verlängert wird? Quasi wie eine Tabellenzelle.
Denke mal das ist recht einfach, tu mich aber mit der Stichwortsuche im Moment etwas schwer.
Wenn mir jemand helfen will, bin ich total dankbar.
ciao, svenja