css layout
Posted: Tue Apr 10, 2007 7:27 am
i have 2 divs that looks like the following
i want them both to have the same height, im using the code something like
how can i get them both to stretch to the same height as 99% of the time the right box is much longer than the left box
edit: the image looked right when editing in FF :S
Code: Select all
[----------------------] [-------------------------------------------------]
[ ] [ ]
[ ] [ ]
[ ] [ ]
[ ] [ ]
[ ] [ ]
[ ] [ ]
[ ] [ ]
[ ] [ ]
[ ] [ ]
[______________] [ ]
[ ]
[ ]
[ ]
[ ]
[ ]
[ ]
[_______________________________]Code: Select all
<div style="float: left;"> </div>
<div style="float: left;"> </div>edit: the image looked right when editing in FF :S