I have an image which changes size to the windows size, and I need to position an element (anchor tag) on it so that it is always in the same place relative to the image. The image is not a background image but an HTML element.
This question is very similar but is for when the image is a background image. Position element over background image. But the BG img changes size with the window. CSS
<img src="images/img.jpg" >
<a href="3">Link that should be over the image in a certain location.</a>