clientHeight/clientWidth returning different values on different browsers

前端 未结 9 1293
有刺的猬
有刺的猬 2020-11-27 19:14

Properties document.body.clientHeight and document.body.clientWidth return different values on IE7, IE8 and Firefox:

IE 8:



        
9条回答
  •  离开以前
    2020-11-27 19:34

    Some more info for Browser window : http://www.w3schools.com/js/js_window.asp?output=print

提交回复
热议问题