I have this situation:
var div = document.createElement(\'div\'); div.id=\"content\"; $(div).dialog(\'open\');
The content of the div opens i
for style you can give like this it may help you
#content{ width:100%; height:100%; background-color:black; position:fixed; top:0; left:0 }