Get a DIV in a table-cell to auto-height
-
Hello all, I'm trying to get a table-cell'ed DIV to adjust its height according to another div, also in a table-cell. As in the below, where the red cell is shorter than the black, I need them to align in height (i.e. the height of the black, whose content may wary). Hope someone has the answer. Thanks in advance, Morten Untitled Page
some text
text
more text
more textlast text
foo
bar
-
Hello all, I'm trying to get a table-cell'ed DIV to adjust its height according to another div, also in a table-cell. As in the below, where the red cell is shorter than the black, I need them to align in height (i.e. the height of the black, whose content may wary). Hope someone has the answer. Thanks in advance, Morten Untitled Page
some text
text
more text
more textlast text
foo
bar
easy solution is to put scroll bars for the content... otherwise u need to tackle it in javaScript.. in javaScript everything is possible on client side
Ashish Sehajpal