var element = document.body; alert(element.currentStyle.width || window.getComputedStyle(element, null).width);