摘要:
在我本地测试当中:在IE、FireFox、Opera下都可以使用document.body.clientWidthdocument.body.clientHeight即可获得,很简单,很方便。 而在公司项目当中:Opera仍然使用document.body.clientWidthdocument.b 阅读全文
摘要:
var bdy = (document.documentElement && document.documentElement.clientWidth)?document.documentElement:document.body; var topPx = 80;//距离顶部的距离 //页面加载 function myload() { document.getElementById("... 阅读全文