Pages

Saturday, 9 June 2012

Showing update progress over modal popup

If you have an update progress that covers your entire page(If you want one, let me know). And you have a modal popup panel that has controls that causes post back, like a button or a drop down. You might end up in a situation where your update progress appears behind the modal pop up panel. To get out of this situation, you  just need a few changes.
  1. Set the style, z-index = 1 for the modal pop up panel.
  2. Set the style, z-index = 99999 for the update progress.
You are all done. Go ahead and try it out. 

1 comment: