欢迎来到天天文库
浏览记录
ID:34723725
大小:86.18 KB
页数:8页
时间:2019-03-10
《javascript动态图片代码》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、无标题页//JavaScriptDocument//core-DOMfunctionshowPic(which
2、Pic){if(!whichPic.getAttribute)returnfalse;if(!document.getElementById("imageHolder"))returntrue;varpicPath=whichPic.getAttribute("href");varimgHolder=document.getElementById("imageHolder");imgHolder.src=picPath;returnfalse;}//HTML-DOMfunctionprepare(){if(!do
3、cument.getElementsByTagName)returnfalse;if(!document.getElementById)returnfalse;varlinks=document.getElementsByTagName("a");for(i=0;i4、rtAfter(createShowPlace1(),document.getElementById("imgList"));}returnshowPic(this);};}}}functiongetViewportHeight(){if(window.innerHeight!=window.undefined){returnwindow.innerHeight;}//window.innerHeight=1280,IE浏览器不能执行此行代码if(document.compatMode=='CSS1Compat'5、){returndocument.documentElement.clientHeight;}/*BackCompat:标准兼容模式关闭。CSS1Compat:标准兼容模式开启。当document.compatMode等于BackCompat时,浏览器客户区高度是document.body.clientHeight;当document.compatMode等于CSS1Compat时,浏览器客户区高度是document.documentElement.clientHeight*/returnwindow.undef6、ined;}functiongetViewportWidth(){if(window.innerWidth!=window.undefined){returnwindow.innerWidth;}//window.innerWidth=635,IE浏览器不能执行此行代码if(document.compatMode=='CSS1Compat'){returndocument.documentElement.clientWidth;}//IE下正常工作,说明使用了CSS1Compat//浏览器客户区高度是docume7、nt.documentElement.clientWidthreturnwindow.undefined;}functiongetScrollTop(){//滚动条Topif(document.body)//IE与FF都兼容{returndocument.body.scrollTop;}}functiongetScrollLeft(){//滚动条Leftif(document.body)//IE与FF都兼容{returndocument.body.scrollLeft;}}varns6=document.getE8、lementById&&!document.all;//boolean类型varie=document.all;//得到ObjectHTMLCollectionoffsetX=10;//IE特有的定位鼠标的x坐标offsetY=20;//IE特有的定位鼠标的y坐标vartoolTipSTYLE="";functioninitToolTips(){vardiv=docume
4、rtAfter(createShowPlace1(),document.getElementById("imgList"));}returnshowPic(this);};}}}functiongetViewportHeight(){if(window.innerHeight!=window.undefined){returnwindow.innerHeight;}//window.innerHeight=1280,IE浏览器不能执行此行代码if(document.compatMode=='CSS1Compat'
5、){returndocument.documentElement.clientHeight;}/*BackCompat:标准兼容模式关闭。CSS1Compat:标准兼容模式开启。当document.compatMode等于BackCompat时,浏览器客户区高度是document.body.clientHeight;当document.compatMode等于CSS1Compat时,浏览器客户区高度是document.documentElement.clientHeight*/returnwindow.undef
6、ined;}functiongetViewportWidth(){if(window.innerWidth!=window.undefined){returnwindow.innerWidth;}//window.innerWidth=635,IE浏览器不能执行此行代码if(document.compatMode=='CSS1Compat'){returndocument.documentElement.clientWidth;}//IE下正常工作,说明使用了CSS1Compat//浏览器客户区高度是docume
7、nt.documentElement.clientWidthreturnwindow.undefined;}functiongetScrollTop(){//滚动条Topif(document.body)//IE与FF都兼容{returndocument.body.scrollTop;}}functiongetScrollLeft(){//滚动条Leftif(document.body)//IE与FF都兼容{returndocument.body.scrollLeft;}}varns6=document.getE
8、lementById&&!document.all;//boolean类型varie=document.all;//得到ObjectHTMLCollectionoffsetX=10;//IE特有的定位鼠标的x坐标offsetY=20;//IE特有的定位鼠标的y坐标vartoolTipSTYLE="";functioninitToolTips(){vardiv=docume
此文档下载收益归作者所有