I’ve noticed this technique on certain portfolio sites where after choosing from small thumbnails, a larger image appears in front of the thumbnail interface, and the interface is made pale and “frozen” from any further commands.
Making the background interface a pale color is easy. But turning off all the buttons seems like a difficult task. Is there an easy way to do this, or is it necessary to build an array and dump all the buttons into it, and have them all “frozen” with a function?
Also, is there a property or simple command that can render a button inactive (no rollover, release, etc.) easily?