On Thu, Nov 27, 2008 at 9:36 AM, Lee Mc <[EMAIL PROTECTED]> wrote: > > - Must be draggable > - Must (unfortunately) work in IE6 > - Must be modal > > I've been playing with ui.dialog and really like it. However I seem > to be having some issues in IE6 - using the same theme as displayed on > this page: > > http://dev.jquery.com/view/trunk/ui/demos/functional/#ui.dialog
I recommend grabbing a pre-made or custom (roll-your-own) theme from http://ThemeRoller.com/ > > > The "close" image on the title bar is causing some layout issues and > also "<select>" elements from the underlying content are appearing > through into the content of the "dialog". This is fixed by including the bgiframe plugin and including bgiframe:true in the dialog options. See http://docs.jquery.com/UI/Dialog/dialog#options - Richard