I have solved this problem without jquey and you could use jquery to aid in using it. The solution is to create the following structure: <div><iframe><div>modal content here></div></div> with divs and iframes with position absolute
outer div with zIndex of 10000, iframe with zindex of 10001, you set the position width and height of the div and iframe to the dimensions and position of the modal content I hope this will work for you. On Sep 25, 1:05 pm, Chris McPherson <[email protected]> wrote: > Hello all, > > We're trying to get a jq modal dialog to overlay an activex control > within IE7. Curently, the activex content is rendered on top of our > dialog. The bgiframe option is tempting and seems to solve a very > closely related problem but so far we've had no luck using it. (We > have included the bgiframe library and and set the bgiframe option to > true) > > The activex control is IBM's Filenet viewer if that makes any > difference and it is contained within an iframe on the page for > unrelated reasons. > > Anyone tackled this or know what we're doing wrong... if this should > "just work" I'm happy to supply some code samples. > > Thanks, > > -Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
