I want to show the DIV on top of the dialog. But it is actually displayed just behind the dialog.
Then I set the z-index value for the DIV as 999 then it displayed on top of the dialog in IE browser but it is still displayed behind the dialog in Firefox browser.
what is the z-index value of the dialog?
Thanks

z-index should be greater
z-index should be greater than 999, because that's the value the dialog itself has. I'm not sure what happens when two equal z-indices collide, this might be browser dependent.
how to override the default z-index value of the dialog
I set the z-index for the DIV as 9999. I didn't set any z-index value for the dialog. The dialog automatically takes the value of the z-index.
I want to know how the dialog takes z-index value and how to override that value?
The DIV shows on top of the dialog in IE browser. But it shows behind the dialog in Firefox.
what is the workaround for this browser dependant isse?
Thanks