I want to deselect a transparent image to select the element behind it, without use the propriety z-index, please help me ! Here the Jsfiddle example.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Can’t you just bring the input to the front by changing it’s order?
HTML:
CSS:
JSFiddle: http://jsfiddle.net/bW52t/
Else, use
pointer-eventsto make the element “click-through”HTML:
CSS:
JSFiddle: http://jsfiddle.net/2m4Tx/