tags:

views:

12

answers:

0

I've got an html document that has 2 images rendered on top of each other. The second one is a small gear icon that is added in top right corner of the larger image with javascript. I've registered click event handlers in my script file for both images but when I click on the gear I get nothing. If i click a little to the left of the gear (but still in the image underneath) I get its click event. Any ideas as to what's going on here?