For various reasons, I need to put a (mostly) transparent over some text. However, this means that the text can\'t be clicked (eg, to click links or
over some text. However, this means that the text can\'t be clicked (eg, to click links or
It can be done using CSS pointer-events. This property is supported in Firefox 3.6+, Chrome 2+, IE 11+, and Safari 4+. Unfortunately, I don't have knowledge of a cross-browser workaround.
#overlay { pointer-events: none; }