Posted by Jim Higson on 03/08/06 12:49
jpmorin196@gmail.com wrote:
> Hi im working on a web project for school and i cant get something
> working...
>
> I have a graph that i would like the height to be dynamic depending on
> the height of a cell in a table (td)
>
> the td has an id and no defined height because it is not fixed and can
> be different.
>
> i have tried many things and it always give me 0 (offsetHeight,
> innerHeight...)
>
> Anyone can help me?
clientHeight?
Btw, you can see all the javascript properties of any element using the
Firefox DOM inspector.
[Back to original message]
|