It look like you're using a theme based on the 1.5.x flora theme. You
should update that to the current 1.7 theme standard.

Jörn

On Thu, Aug 20, 2009 at 11:58 PM, ktpmm5<[email protected]> wrote:
>
>
> I've got a dialog box I'm displaying and I cannot get it to be resizable, nor
> read the css definition.  This is how I'm calling it:
> [code]
>        $('<iframe name="popup" src="' + url + '" 
> >').addClass("flora").dialog({
>
>                modal: true,
>                        resizable: true,
>                        bgiframe: true,
>                        autoResize: true,
>                        overlay: {
>                opacity: 0.5,
>                background: "#A8A8A8"
>                },
>        title: opponent + "  " + newdate,
>                width: 850,
>                height: 500,
>                buttons: {
>                        'Close': function() {
>                                $(this).dialog('destroy')
>                        }
>                }
>     });
> [code]
>
> and I am loading a css file for it - pvi.dialog.css  I have a link here to
> demonstrate - click on Concession Stand,then the volunteer button:
>
> http://www.pvifootball.com/test/ http://www.pvifootball.com/test/
> --
> View this message in context: 
> http://www.nabble.com/jquery-dialog-help-tp25070885s27240p25070885.html
> Sent from the jQuery UI Discussion mailing list archive at Nabble.com.
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to