爱易网
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 浏览次数:20251 次
以下是程序代码
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Phenix PanelBar</title> <script language="javascript"> /*--------------------------------------------------| | Phenix PanelBar | www.seu.edu.cn | |---------------------------------------------------| | | | I believe one day I can fly like phenix! | | | | Finished: 17.11.2004 | |--------------------------------------------------*/ //item object //alert("arrived here"); function PhenItem(id,pid,label,url,type,img,over,img2,over2,title,target){ this.id=id; this.pid=pid; this.label=label; this.url=url; this.title=title; this.target=target; this.img=img; this.over=over; this.img2=img2; this.over2=over2; this.type=type; //this._ih = false; //is it the head item? this._hc = false; //has the child item? this._ls = false; //has sibling item? this._io = false; //whether the panelbar is open? }; //menu object function PhenMenu(objName) { this.config = { closeSameLevel : true }; //alert("asdsdf"); this.obj = objName; this.items = []; this.root = new PhenItem(-1); }; //add a new item to the item array PhenMenu.prototype.add = function(id,pid,label,url,type,img,over,img2,over2,title,target){ this.items[this.items.length] = new PhenItem(id,pid,label,url,type,img,over,img2,over2,title,target); }; // Outputs the menu to the page PhenMenu.prototype.toString = function() { //alert("arrived here"); var str = '<div>\n'; if (document.getElementById) { str += this.addItem(this.root); } else str += 'Browser not supported.'; str += '\n</div>'; //alert(str); //document.write(str); //alert(this.items[0]._hc); return str; }; // Creates the menu structure PhenMenu.prototype.addItem = function(pItem) { var str = ''; //var n=0; for (var n=0; n<this.items.length; n++) { if(this.items[n].pid == pItem.id){ var ci = this.items[n]; //alert(ci.pid); //alert(ci.id); this.setHS(ci); //alert("item:"+ci._hc); //alert(ci._ls); str += this.itemCreate(ci, n); if(ci._ls) break; } } return str; }; // Creates the node icon, url and text PhenMenu.prototype.itemCreate = function(pItem, itemId) { //alert(pItem.type.toLowerCase()); var str = ''; if(pItem.type == 'header') str = '<table width="100%" class="header" valign="middle" onmouseover="this.className=\'headerSelected\'" onmouseout="this.className=\'header\'" onclick="'+this.obj+'.o('+itemId+')"><tr><td>'; else str = '<table width="100%" class="item" valign="middle" onmouseover="this.className=\'itemOver\'" onmouseout="this.className=\'item\'" onclick="'+this.obj+'.o('+itemId+')"><tr><td>'; if (pItem.img) { str += ' <img id="i' + this.obj + itemId + '" src="' + pItem.img + '" alt="" onload="return imgzoom(this,600);" onclick="javascript:window.open(this.src);" style="cursor:pointer;"/>'; } if (pItem.url) { str += '<a id="s' + this.obj + itemId + '" class="navigation_item" href="' + pItem.url +
上一篇:狡猾的按钮特效
下一篇:结构和表现分离的选项卡特效代码
免责声明:
本文仅代表作者个人观点,与爱易网无关。其原创性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容、文字的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
相关资料
更多>
微软小冰复活再战移动端:改与米聊、易信和触宝合作
网曝富士康“二连跳” 疑因推静音模式
巨人网络回应央视 否认应用黑客停止诈骗
华为任正非:家族成员不会成为接班人
运营商补贴减少 国内通信业拐点逼近
“组合拳”怎么打 拆解小米新玩法
三星石墨烯制备技术获突破
可靠消息称微型针孔偷拍设备拟全面禁止
陈天桥之鉴:产品创新被扼杀那些事
推荐阅读
更多>
雷军会做赔钱生意?迅雷跌破发行价 市值仅7亿美元
华为变阵:任正非调整三大业务布局
巧用百度推行系统 突显竞价效果
Android应用审核乱象:诈骗软件冲上排行榜首
快播灭了,还有西瓜:视频网站的灰色江湖还在
传三星为赢得新兴市场:推廉价版Note3
曝阿里巴巴一怀孕员工过劳死 加班情况引争议
看病也能用支付宝了 马云的又一盘大棋
微软不会被颠覆
黑狐病毒疯传播 电脑管家首推 专杀工具
苏宁双线同价遇难题:第一个吃螃蟹不轻松
CSS控制字符长度和显示长度
虚拟运营商流量不清零吸引用户 盈利待明
联发科享用价钱战 专利难以摆脱高通
酷派首抓4G时机大丰收,未来份额必降无疑
联想国庆完成收购IBM x86服务器
中移动五大基地将整改成公司:被指易滋生腐败
“世界杯+618”集体磨刀的本质是绑架全民
中移动本月推手机钱包 iPhone遭边缘化
眼球识别技术EyeVerify融资600万美元 360参投