im trying to figure out how to capture the position of an inline div to 
determine where the browsers layout engine chose to place page elements 
(especially in tables) so that i can place my own elements in relation 
to them. after some initial experiments with the inline extension, ive 
hit a few problems. ns4 has great difficulty placing a <div> with 
position:absolute set. it seems to place it at x=0 regardless of where 
in a table the <div> is found and the y seems like kind of a wild guess. 
if i use position:relative all is fine but then after creating the 
DynLayer reference with getAll() the getX() and getY() both return 0, 
relative to itself i suppose.

should i simply avoid putting div's inside tables in NS4?

i would appreciate being pointed to some info on this. one reference in 
the docs that looks promising is apparently a broken link:

http://www.richardinfo.com/?menu=examples&node=8 
<http://www.richardinfo.com/?menu=examples&node=8>

thx
a.g.h



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

Reply via email to