I\'m trying to use jQuery to detect the position of a div (#olddiv), so I can use that position to place another div (#newdiv) exactly below it. The ri
#olddiv
#newdiv
Looks like a typo, does fixing:
'top', right 'right', top
help at all?
The divs need to be positioned absolutely or relatively in order for this code to work as well.