I have a "Saving..." overlay that occupies the center of an invisible div that covers 100% of the screen. I would like it to be impossible to interact with the elements behind it, i.e. clicking the buttons, selecting form inputs, etc. Ideally it would not only catch all mouse inputs, but also ignore the mouseover effects(namely cursor changes) of the elements below. It's not for security or anything so it doesn't need to be airtight, mainly just for aesthetics.
Firefox appears to do exactly this by default, but IE doesn't at all. Is there something simple I can use to enforce this behavior in IE?