jquery - Is it possible to click a link through an image on top that link? -
I have a transparent PNG sitting at the top of the list of links and I would like to know if any one user Is there currently a way to allow jQuery to click on any link that sits behind the image? The image is too big that it is covering the DIV all the time down to it.
& lt; Div id = "links" & gt; & Lt; A href = "#" & gt; Link & lt; / A & gt; & Lt; / Div & gt; & Lt; Div id = "image" & gt; & Lt; Img src = "image.png" alt = "" border = "0" & gt; & Lt; / Div & gt;
I'm completely new in the jQuery world so I'm still learning and how it can be understood how to do it. Any help would be appreciated!
If the image is interfering with the link, then users can not physically click on them. You have to give them more z-index, or click programmatically instead.
Comments
Post a Comment