Jump to content

JAvascript Image


smazharzaidi

Recommended Posts

hi friends im new in this forum . i have a question my question is that in gogole map api we can click on a map

and place a marker on that postion . how can i do that in a simple image when i was click on image and place marker on that postion ??? is that possible in javascript ??

Link to comment
Share on other sites

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
Share on other sites

  • 2 weeks later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.