Hi,

I have a classic two columns layout like:
<div id="container">
  <div id="leftColumn" style="float:left;width:30%">
      ....
  </div>
  <div id="rightColumn" style="margin-left:32%;">
      ...
  </div>
</div>
My question is: The right column can have many contents, so its height can
be much higher that the left column. Since the left column has a background
color, it looks not very pretty. I wonder if there is a way to make the left
column extend all the way to the bottom of the right column? Is that
possible with CSS?

Thanks in advance.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to