It seems that calling getY() in Netscape 6 returns the absolute position of
the inline layer on the screen. However, in IE, getY() returns the position
of the inline layer relative to its parent layer. How can I make the getY()
function work correctly in netscape so that it returns the position of the
inline layer relative to its parent layer?

I suppose I could do this...

if (netscape) {
        layerPosition = child.getY() - parent.getY();
}

Any other insight into this dilemma would be greatly appreciated!

Regards,

John

______________________________________________________
John Reeve
[EMAIL PROTECTED]

reeve+jones design | www.reevejones.com | 805.568.5346



_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to