Jump to content

JAvascript Image


smazharzaidi

Recommended Posts

Just to provide a few useful links using the jQuery library in paticular.

 

http://docs.jquery.com/Tutorials:Mouse_Position

http://jquery-howto.blogspot.com/2009/07/identifying-locating-mouse-position-in.html

 

Then of course, assuming you wrap the image in a div, just simple append the new image using .append() on the containing div. Ensure your containing div has a set position of relative, then set the position of the new image to absolute and position it according to the coords you received from the above techniques. You may also need to adjust the z-index of the new image. :)

 

Remember, Google is your friend.

 

Good luck.

Link to comment
https://forums.phpfreaks.com/topic/236047-javascript-image/#findComment-1214360
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.