Moving a div layer with javascript

Moving a div layer with javascript

Pseudo formula:

New style.left = MovingMouseX-(PushedMouseX-PreviousStyleLeft)
New style.top = MovingMouseY-(PushedMouseY-PreviousStyleTop)

With this formula you will move the layer relative to where you clicked on it.

My example, just view the source to see my code.

1 Comment Leave yours

  1. great tutorials…i liked ur easy but most useful tutorials like this one of div moving, php 2 pdf / php 2 excell tutorials. too easy to understand and follow.

    thanks and keep it up

Leave a Reply