jquery dialog help

jquery dialog help


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.