"Andrew" wrote:

> parseInt(document.getElementById('mylayer').style.height)
> 
> which definitely IS the correct method to do this, I only get an "NaN".
> How's this possible?

My guess is that height contains a number and a CSS unit and parseint 
doesn't like the unit.

-- 
Henri Sivonen
[EMAIL PROTECTED]
http://www.clinet.fi/~henris/

Reply via email to