爱易网
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 浏览次数:20318 次
以下是程序代码
<!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 +
上一篇:狡猾的按钮特效
下一篇:结构和表现分离的选项卡特效代码
免责声明:
本文仅代表作者个人观点,与爱易网无关。其原创性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容、文字的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
相关资料
更多>
iOS7拖累iPad 5、iPad mini2发布 传十月份推出
微信企业号必须搬走四座大山,否则只能铩羽而归!
挂号网高管团体离任 或因投资人失掉决计
苹果30亿美元收购Beats
富士康人事故骚动方寸 不惜血本下注电商
互联网情色众多 Facebook与9158态度大不同
组建铁塔公司倒逼运营商改革 或加速4G网建设
联想架构调整后:Think品牌或推智能手机
论:三大运营商运用商店逆袭并非不能够
推荐阅读
更多>
诺基亚因充电器问题暂停销售Lumia 2520平板电脑
京东封杀财付通:终极目标是电商生态圈
国美电商开打价钱战 牟贵先言行矛盾受质疑
扎克伯格华裔妻子首度亮相电视节目畅谈情史
腾讯为何在与阿里百度的收购比赛中当看客?
微软为避免代理权争夺 与大股东达成和解协议
微软史上最大规模裁员,一半诺基亚员工
HTC手机为何一败再败?效果出在供应链
中国雅虎邮箱今日关停 由盛及衰的背后
唯品会股价飙升 引天猫当当京东进军闪购
罗永浩工匠形象坍塌,锤子产能再跳水逃离用户超两成
虚拟运营商们更像三大运营商的“二道贩子”
IT时代周刊总编辑曹健:投资人刘志硕印象记
《归来》遭视频网盗播 乐视网状告小米盒子侵权
iOS7拖累iPad 5、iPad mini2发布 传十月份推出
京东物流"最后一公里":颠覆阿里或者被阿里干掉
三星维修新规:Galaxy S4主板进水也收费修
支付宝27日晚间曝严重破绽:买卖记载可被搜索
iSuppli:上网本将于2015年退出市场
电信设备商淘金中国4G:华为中兴领衔