Have you made sure to include ui.resizable.js, and to have it included
before ui.dialog.js? Otherwise, could you put together a code sample on
jsbin.com
http://jsbin.com/

so we can see what you're seeing? Thanks.

- Richard

On Thu, Aug 20, 2009 at 5: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