Does anyone know of a way to specify that an element should behave as 'click through', that is it does not capture the click, and the user can click whatever is behind that element?
For example if one positions a div with a background image of a semi-transparent shadow over an anchor, the user cannot click the anchor (Ignoring the IE bug in this situation).
I would like the user to be able to click through the shadow since it does not represent a 'solid' object, it is only there for visual effect.
For example if one positions a div with a background image of a semi-transparent shadow over an anchor, the user cannot click the anchor (Ignoring the IE bug in this situation).
I would like the user to be able to click through the shadow since it does not represent a 'solid' object, it is only there for visual effect.