javascript,动态改变,层大小
web前端-js教程
本文实例讲述了javascript实现动态改变层大小的方法。分享给大家供大家参考。具体实现方法如下:app电商平台源码,用ubuntu安装ncl,利用tomcat搭聊天室,反爬虫技术方案,php100视频教程种子,国内seo环境lzw
动态设置层的大小 .divMain{ width:10px; height:100px; border-style:solid; border-width:1px; border-color:Green; display:none; }var setIntervalID;function ZoomDiv() { var divMain = document.getElementById("divMain"); divMain.style.width = "200px"; divMain.style.height = "200px";}function ShowDiv() { setIntervalID = setInterval("inc()", 100);}function inc() { var divMain = document.getElementById("divMain2"); //div不能设置class,否则使用divMain.style.width取到的值时空的 //只能在元素里设置style="width:10px;height:100px" var oldWidth = divMain.style.width; var oldHeight = divMain.style.height; oldWidth = parseInt(oldWidth); oldHeight = parseInt(oldHeight); oldWidth += 1; oldHeight += 1; if (oldWidth >= 200) { //清除定时器 clearInterval(setIntervalID); return; } divMain.style.width = oldWidth + "px"; divMain.style.height = oldHeight + "px";}案例:跟着鼠标飞的图片。提示:鼠标移动的事件时onmousemove,通过window.event的clientX,clientY属性获得鼠标的位置案例:跟着鼠标飞的图片。提示:鼠标移动的事件时onmousemove,通过window.event的clientX,clientY属性获得鼠标的位置
考场编排 源码,ubuntu中文还是英文,深入理解tomcat系列,图片爬虫破,php点击删除没反应,seo快手lzw