hacks.mozilla.org
Submitted by: Chris Coyier

pointer-events for HTML in Firefox 3.6

The pointer-events CSS property has long been available as part of SVG as a way to control if a mouse event should be sent to the element directly underneath the mouse or passed through to an element underneath it. In Firefox 3.6 we’ve extended the property to allow it to apply to normal HTML content as well.

direct link