CSS/DIV HEIGHT
Posted: Tue Dec 30, 2003 10:12 pm
I have this code:
code........
<div>
<div>
whatever
</div>
<div>
whatever 2
</div>
<div>
whatever 3
</div>
</div>
now these are floated. When the content of the 2nd div(whatever 2) extends past the content of the first two, only that DIV expands. I need the DIVs to be all the same height based on the content of the "whatever 2" DIV.
i hope this makes since
i tried to use height: 100%; but that did not work.
code........
<div>
<div>
whatever
</div>
<div>
whatever 2
</div>
<div>
whatever 3
</div>
</div>
now these are floated. When the content of the 2nd div(whatever 2) extends past the content of the first two, only that DIV expands. I need the DIVs to be all the same height based on the content of the "whatever 2" DIV.
i hope this makes since
i tried to use height: 100%; but that did not work.