Hey
My application uses jquery ui dialog box to display timeout, logout message etc. Recently we added an activex control in the web page, now the dialog box content is displayed behind the activex control in IE8 and IE9. Any easy solution to fix this issue?
I tried to set higher z-index on the jquery ui dialog box div and lower value on the object tag but did not fix this issue.
Thanks