I have one image what I want to is: change its x & y position on mouse move.
for example:
<div class="mover" id="1">
<IMG SRC="images/buttons1.png" WIDTH=129 HEIGHT=30 ALT="" border="0">
</div>
<div class="mover" id="2">
<IMG SRC="images/buttons2.png" WIDTH=129 HEIGHT=30 ALT="" border="0">
</div>
What I want to do is like normal flash menus when my mouse come on " buttons1.png " a blue dot image show in the beginning of button and when mouse leave the " buttons1.png " this blue dot disappear.
I want to repeat same for my both images.