If I write a custom JQuery modal window or "light box," what are the mechanics of disabling all the anchor tags and other clickable elements outside of the div?
Somehow do you capture all events and test to see if there is a hit inside the div rectangle and throw all others away?
I'm not interested in how to create an overlay that's dim or transparent. This question was asked earlier but the answers focused on overlaying not disabling elements.