I'm trying to position a layer in an HTML document with respect to an HTML element. Typical case: a drop-down menu associated to a gif. Absolute positioning doesn't work because it depends on where this gif is positioned, and it could be anywhere, depending on surrounding text, window size... One workaround is to capture the mouse position at the time of the mouseover. But isn't there a way of doing it _properly_? I try using offsetLeft/Top, but they always give 0 in IE :-( Found this in the doccenter, but it isn't much use: http://dynapi.sourceforge.net/doccenter/index.php?How%20to%20Make%20the%20Po sition%20of%20a%20Dynlayer%20Relative -- Joshua Hewitt <[EMAIL PROTECTED]> Software/Design integration engineer iSOCO (Intelligent Software Components, S.A.) - http://www.isoco.com/ _______________________________________________ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-help
