爱易网
IT新闻
IT新闻
爱易资讯
网站搭建
云虚拟主机教程
云服务器教程
Apache教程
IIS教程
Nginx教程
网站策划
站长文章
推广教程
淘宝客教程
网页设计
HTML教程
XHTML教程
CSS教程
HTML5教程
CSS3教程
JavaSript基础
JQuery教程
Node.js教程
前端技术
Ajax教程
Js特效
Xml教程
平面设计
页面UI设计
photoshop教程
程序开发
AI人工智能
Asp教程
Php教程
Asp.Net教程
Net Core教程
C#教程
Java教程
Jsp教程
开发技术
微信小程序教程
Uniapp开发教程
微信公众号开发
Andriod教程
IOS教程
DOS教程
Python教程
Docker教程
Windows Container教程
数据库
MSSQL教程
MySQL教程
Redis教程
Access教程
Oracle教程
数据库教程
操作系统
Linux教程
Windows教程
MAC教程
Cisco教程
交换机教程
防火墙教程
搜索
爱易网页
JS特效
可拖动的菜单
可拖动的菜单
日期:2014-05-18 浏览次数:20270 次
欢迎光临爱易网网页脚本特效中心,点击运行按钮演示特效:
以下是程序代码
要完成此效果需要两个步骤 第一步:把如下代码加入到<body>区域中 <style> body,td,a {font-size:9pt;color:black} .none{border:black 1px solid;background:D9D9D9;padding-top:2} .over {border:black 1px solid;background:707888;color:white;padding-top:2} </style> <div style="position:absolute; left: 100; top: 20; width: 1; height: 1;cursor: hand" ID=plane onmousedown="down=true;divleft=event.clientX-parseInt(plane.style.left);divtop=event.clientY-parseInt(plane.style.top)"onmouseup="down=false"> <div align=center style="position:absolute; left:220px; top:3px; width:100px; height:19px; z-index:1;color:white;background:707888;cursor:move"onmouseover='stopTimerline();menuItemIn()' onmouseout='runTimerline()' class="none">可拖动的菜单</div> <div align=center id="item11" style="position:absolute; left:120px; top:25px; width:99px; height:19px; z-index:2; filter:alpha(opacity=0)" onmouseover="this.className='over';stopTimerline()" onmouseout="this.className='none';runTimerline()" class="none" >菜单项一</div> <div align=center id="item12" style="position:absolute; left:320px; top:47px; width:99px; height:19px; z-index:3;filter:alpha(opacity=0)" class=none onmouseover="this.className='over';stopTimerline()" onmouseout="this.className='none';runTimerline()">菜单项二</div> <div align=center id="item13" style="position:absolute; left:120px; top:69px; width:99px; height:19px; z-index:4; filter:alpha(opacity=0)" class=none onmouseover="this.className='over';stopTimerline()" onmouseout="this.className='none';runTimerline()">菜单项三</div> <div align=center id="item14" style="position:absolute; left:320px; top:91px; width:99px; height:19px; z-index:5;filter:alpha(opacity=0)" class=none onmouseover="this.className='over';stopTimerline()" onmouseout="this.className='none';runTimerline()">菜单项四</div> <div align=center id="item15" style="position:absolute; left:120px; top:113px; width:99px; height:19px; z-index:6; filter:alpha(opacity=0)" class=none onmouseover="this.className='over';stopTimerline()" onmouseout="this.className='none';runTimerline()">菜单项五</div> </div><script> //动画菜单 var currTimerlinePoint=0 var totalTimerlineFrames=2 var timerlineTimer var leftLine = 50 var timerIn var timerOut var timerlineArray = new Array() timerlineArray[0]='' timerlineArray[1]='menuItemOut()' function runTimerline() { window.timerlineTimer = setTimeout('menuItemOut()',500) } function stopTimerline() { clearTimeout(window.timerlineTimer) } function menuItemIn() { if( leftLine != 150) { item11.style.pixelLeft += 20; item11.filters.alpha.opacity += 20 item12.style.pixelLeft -= 20; item12.filters.alpha.opacity += 20 item13.style.pixelLeft += 20; item13.filters.alpha.opacity += 20 item14.style.pixelLeft -= 20; item14.filters.alpha.opacity += 20 item15.style.pixelLeft += 20; item15.filters.alpha.opacity += 20 leftLine += 20 } else { clearTimeout(window.timerIn) return false } timerIn=window.setTimeout('menuItemIn()',1) } function menuItemOut() { clearTimeout(window.timerIn) if (leftLine != 50) { item11.style.pixelLeft -= 20; item11.filters.alpha.opacity -= 20 item12.style.pixelLeft += 20; item12.filters.alpha.opacity -= 20 item13.style.pixelLeft -= 20; item13.filters.alpha.opacity -= 20 item14.style.pixelLeft += 20; item14.filters.alpha.opacity -= 20 item15.style.pixelLeft -= 20; item15.filters.alpha.opacity -= 20 leftLine -= 20 } else { clearTimeout(window.timerOut) return false; } t
上一篇:狡猾的按钮特效
下一篇:多级滚动菜单
免责声明:
本文仅代表作者个人观点,与爱易网无关。其原创性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容、文字的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
相关资料
更多>
人们为什么总愿尝试新社交网络?
三星手机在国内陷入困境:华为中兴小米紧追
传苹果已告知鸿海:两款新iPhone下月发货
Google要求硬件厂商捆绑预装应用的协议曝光
承载京东C2C野心的拍拍网:梦想丰满,现实骨感
阿里物流搭上邮政:京东,我们在终点等你!
京东确定IPO定价区间 最高募资16.9亿美元
顺丰O2O便利店将正式启动:涉及金融服务
开个房刷个卡全世界都知道个人隐私成公开秘密
推荐阅读
更多>
广东移动董事长徐龙受调查 圈内对其褒贬不一
中移动将推出多项4G资费新政
虚拟运营商前路迷茫 业界建议发力车联网
广东移动高层受调查 中移动或现更大反腐风暴
传苹果已告知鸿海:两款新iPhone下月发货
传搜狗估值12亿美元 与360谈判进入白热化
同程旅游融资后变土豪 如何烧钱占领市场?
全球网络遭史上最大规模攻击:攻击数据每秒300G
三星石墨烯制备技术获突破
流浪汉高考状元终于找到工作:月薪3000做程序员很满意
柳传志马云陷舆论漩涡:请不要辜负这个时代
富士康欲用机器人产iPhone 6
三星维修新规:Galaxy S4主板进水也收费修
微信收费形式三选一 腾讯或变身运营商
诺基亚再缩阵线 封锁上海旗舰店全力蜕变
在线音乐出现“小米公司”不是没有可能
英特尔VS苹果:移动芯片大战
解读苹果收购Beats背后动机:库克在想什么?
安全服务机构:公布2014年度最糟糕的25个密码
谷歌安卓全球副总裁为何跳槽中国企业小米?