![css](https://habrastorage.org/r/w120/webt/5a/6c/29/5a6c295a5de0d066850531.png)
CSS
0
Вклад в тег
<script type="text/javascript">
window.onload = function()
{
var width=0;
width = document.getElementById('block2').offsetWidth
document.body.style.width=width+'px';
};
</script>