Hello.
What is the best way to get the (x,y) co-ordinates of the currently focused (active) element?
When the user starts typing into any textbox, I want a certain <div> to move just below that textbox. If they switch to another textbox, the <div> needs to move below that one. So on and so forth.
So after obtaining the (x,y) co-ordiantes of the focused element, I would just add about 15 to X, and that would place my box about right where it needs to be.