for_SLava-001
by StormMan
HTML
<iframe src="http://yandex.ru" style="z-index: 1;" scrolling="no" class="iframe_m">
CSS
body {
margin: 0px;
padding: 0px;
}
.centerDiv {
position: absolute;
margin-top: -225px;
margin-left: -225px;
border-radius: 30px;
padding: 10px;
}
JavaScript
$(document).ready(function() {
$(".iframe_m").css("width", $(window).width()+"px");
$(".iframe_m").css("height", $(window).height()+"px");
});