How can I determine the position of a DIV element AFTER it has been moved dynamically.
Say I expand a DIV element through script. This process pushes other DIV elements around the page. Is there any way to determine their NEW position. I have tried everything including changing the position properties. Even if I set the property to RELATIVE, and set initial left/right values to the style, after the DIV has moved dynamically, those numbers don't change.
Any help would be appreciated.
ToddWW
Say I expand a DIV element through script. This process pushes other DIV elements around the page. Is there any way to determine their NEW position. I have tried everything including changing the position properties. Even if I set the property to RELATIVE, and set initial left/right values to the style, after the DIV has moved dynamically, those numbers don't change.
Any help would be appreciated.
ToddWW