I am having a problem with the jquery ui dialog box. I am trying to use it to add admin Easter eggs on my pages. It seems to work fine unless the page has a select box on it (ie). In such a case, the select box show's through the dialog and generally looks hideous. I understand why this is happening already but I don't know what the solution is. in the past, I have always used tools that embed the iframe fix behind whatever dom element is supposed to hover above the select box. So now for the questions:
1) does the jquery ui dialog support this natively? eg, $("#overrideDialog").dialog({
autoOpen: false,
height: 300,
width: 350,
iframe:true,
modal: true});
2) if it does not, does anyone have an example of how to embed the iframe behind the dialog programatically?
btw i am using jquery 1.4.2 and jquery ui 1.8 rc1