I'm writing a web app which has css-styled explorer-like windows with titlebar, statusbar, and contents. while performig certain tasks, like entering a new record, i want to disable/lock access to the other dialogs, so the user can only click the provided save/cancel buttons. i currently have it working just by setting the css f the other divs to visibility:hidden, and it ...