子敬正在创造自己的人生
需求有轻重缓急,功能有可控不可控。 需求有版本有截止(否则会无休无止),功能不可控变为可控。 集中兵力消灭敌人有生力量,集中优势兵力消灭敌人有生力量。

//alert(window.screen.availHeight );//ie可见高度        

//firefox的整个浏览器的高度(包括工具栏)      

//alert(document.body.scrollHeight );//ie 的所有高度  //firefox的可见高度     

//alert(document.documentElement.scrollTop);//ie,firefox 被隐藏的高度     

//alert(document.documentElement.scrollHeight);//firefox,ie的所有高度     

alert(document.documentElement.scrollWidth);//ie,firefox的所有宽度     

alert(document.body.scrollWidth);//ie,firefox的可见宽度

posted on 2011-11-10 12:44  silentjesse  阅读(254)  评论(0编辑  收藏  举报