Hey there,
I've gotten myself into quite a mess here, I'm developing some map, which allows users, to place a dot, and write some text about that dot...
However, to do this, i'm running it through Javascript, to enable the movement, which affects the DIV.
The problem then pops up, when i'm going to fetch the position of this moveable DIV - I run into it.
I can't figure a way to do this properly.. My code for the entire circus is to be found here: [PHP] <?session_start();?><html> <head> <link href="css/stylesheet.css" rel="stylesh - Pastebin.com
The point is, to get the X and Y coordinates of the DIV "move", and then post it to the PHP variables $posx and $posy
Thanks in advance
Exacute