摘要: function getScrollWidth() { var noScroll, scroll, oDiv = document.createElement("DIV"); oDiv.style.cssText = "position:absolute; top:-1000px; width:... 阅读全文
posted @ 2015-10-29 16:56 西瓜霜 阅读(7972) 评论(3) 推荐(0) 编辑
摘要: Javascript:alert(document.body.clientWidth); //网页可见区域宽(body)alert(document.body.clientHeight); //网页可见区域高(body)alert(document.body.offsetWidth); ... 阅读全文
posted @ 2015-10-29 16:38 西瓜霜 阅读(650) 评论(0) 推荐(0) 编辑