debussy007 wrote:

Hi,

I have a DIV element inside a TD element, and I try to get the DIV's height
equal to the TD height.

I'm not convinced that you can.  Unless my brain is going screwy,
there would be an infinite causal loop if you could, since the
height of the containing TR, from which each TD will take its
height, cannot be computed until the heights of each individual
TD (or TH) are known.  Since the very DIV whose height you are
trying to set must contribute to the calculation of the height
of its containing TD, and thence to the height of the latter's
containing TR, it cannot also inherit its height from the TD
and ultimately from the TR.

Does this make sense to anyone else ?!

Philip Taylor
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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