clientHeight/clientWidth returning different values on different browsers

前端 未结 9 1206
有刺的猬
有刺的猬 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

    This has to do with the browser's box model. Use something like jQuery or another JavaScript abstraction library to normalize the DOM model.

提交回复
热议问题