, , .
, jQuery style , :
<div id="dialog" style="width: 376px; min-height: 99px; height: 282px;" class="ui-dialog-content ui-widget-content" scrolltop="0" scrollleft="0">
</div>
, , .
style , , , :
$("#content").click(function () {
$("#dialog").attr("style", "").dialog("widget").animate({
width: $(document).width() -100,
height: $(document).height() -100,
left: 0,
top: 0
}, 150);
});
DEMO - left top
Edit
style . , , , .
, , , - :
$("#dialog").on("dialogresize", function(){
$(this).attr("style", "");
});
Edit
, , .
CSS.
:
.ui-dialog .ui-dialog-content {
background : #cacaca;
}
:
.ui-dialog {
background : #cacaca;
}
, , , , .
DEMO - ,
DEMO - , , empty-container