Is there a way I can have a partially transparent image (or anything really) overlay a clickable region using XHTML and CSS?
@thirtydot If you know of a solution that works in only one browser I still would love to here it! Although the more support the better.
You can use pointer-events: none.
pointer-events: none
Browser support: http://caniuse.com/pointer-events (works everywhere except IE10 and older)
http://jsfiddle.net/QC5Yw/
2.1m questions
2.1m answers
60 comments
57.0k users