I have some image coordinates and I want to use them to put a small image on those with javascript. Can this be accomplished with javascript or I need to create the div and modify it's css attributes? By the way: the image can be placed anywhere on the page.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Here is a fully working code: Live Demo CSS
JS
|
|||||||||
|
|
css:
js:
|
|||
|
|
|
Try this to place the new image on coordinates
The double Working Example (Set to display the overlay after 2 seconds to show the difference) |
||||
|
|
top,left,right,bottom. – Sven Bieder Jan 4 at 13:12