|
Posted by Stephen Poley on March 7, 2006, 3:59 pm
Please log in for more thread options
On Tue, 07 Mar 2006 10:07:01 -0500, Harlan Messinger
>Stephen Poley wrote:
>> On Mon, 06 Mar 2006 16:03:47 -0500, Harlan Messinger
>>>You can't, sorry. There's no mechanism for feedback between elements on
>>>an HTML page.
>>
>> Not in HTML or CSS, anyway. You could probably arrange something with
>> Javascript. But you'd have to let the table draw completely first and
>> then redraw; you'd have to ask yourself whether any cosmetic benefit
>> gained from having the rows the same height is sufficient to outweigh
>> the ugly 'flicker' effect.
>>
>Is there any way in Javascript to get the actual rendered height of a block?
I have used offsetHeight, but I haven't tried it on tables.
--
Stephen Poley
http://www.xs4all.nl/~sbpoley/webmatters/
|