In article
<13**********************************@p25g2000hsf. googlegroups.com>,
rockdale <ro************@gmail.comwrote:
Hi,
I am used to use <table<tr<tdto do my html layout. As it is
considered an old technology, I am trying to understand how div and
css works. Here are some simple questions(maybe pretty silly to you
guys).
I have a div container contains two divs side by side, How can I set
the height of the short one to the same height of the taller one?
The short answer is that you can't make both columns the
same _actual_ height, but you can make them _appear_ to be
the same height, which is often just as good.
This gets asked at least once a week here, so you could try
searching the group in Google to see what has been suggested
in the past.
Alternatively, you could browse through my own tests of different
approaches at:
http://www.chem.utoronto.ca/~dstone/twocol/
Let me know if anything is incorrect or doesn't work!
PS: if you view the source for the index page and scroll
down the bottom, there's a bunch of links in a comment that
have yet to make it onto their own links page; you may well
find those useful, since I did!