CSS
0
Вклад в тег
<script type="text/javascript">
window.onload = function()
{
var width=0;
width = document.getElementById('block2').offsetWidth
document.body.style.width=width+'px';
};
</script>