I have a image border (its on hexagon map so border must be image) that shows on hover on each hex. And now i want to use jQuery .click() function on some hexes but I can’t click on the hex through the hover image. Is there any way to solve it?
Thank you very much.
PS: The hover image looks like this:
http://perludus.com/examples/hexmap/hex-highlight.png
(border and the rest is transparent)
Or you can compare coordinates. Here is fiddle I’ve made.