摘要: 在我本地测试当中:在IE、FireFox、Opera下都可以使用document.body.clientWidthdocument.body.clientHeight即可获得,很简单,很方便。 而在公司项目当中:Opera仍然使用document.body.clientWidthdocument.b 阅读全文
posted @ 2008-04-25 12:05 CoderWayne 阅读(393) 评论(0) 推荐(0) 编辑
摘要: var bdy = (document.documentElement && document.documentElement.clientWidth)?document.documentElement:document.body; var topPx = 80;//距离顶部的距离 //页面加载 function myload() { document.getElementById("... 阅读全文
posted @ 2008-04-25 12:00 CoderWayne 阅读(304) 评论(0) 推荐(0) 编辑