jQuery Dialog theme not being applied
        Posted  
        
            by Tim
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tim
        
        
        
        Published on 2010-05-21T17:38:24Z
        Indexed on 
            2010/05/21
            17:40 UTC
        
        
        Read the original article
        Hit count: 260
        
I'm using jquery-1.4.2.min.js and jquery-ui-1.8.1.custom.min.js. According to Firebug, both minimized scripts have been loaded. They both appear in the dropdown list on Firebug's Scripts tab.
The dialog is launching, but there's no background and so the text below it shows through, and there's no "window" stuff at all, no titlebar, no X button. Just the floating/draggable text with a -close- link at the top left corner.
I was under the impression from reading these pages
 http://jqueryui.com/demos/dialog/
 http://jqueryui.com/themeroller/
that the UI theme-driven appearance would be automatically applied to the dialog when it was invoked using this barebones call:
 $('#dialog').dialog()
I would be grateful for suggestions on how to troubleshoot this. Thanks
© Stack Overflow or respective owner