Re: grey out entire screen when submit button pressed

2008-02-05 Thread Chris Lewis
This is a fairly easy task, from a JS point of view. The 'gray out' effect is done simply by placing an element on top of everything else, so that it effectively blocks any interaction with anything beneath it. Applying variable opacity gives it the appearance of being disabled. I won't show an

grey out entire screen when submit button pressed

2008-02-05 Thread learner
is tacos or any javascript that able to do this? i have an example javascript but that work only in IE. anyone has example? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]