通过jquery精仿手机上菜单翻牌显示效果,翻牌效果导航菜单立体感很强,可根据自己的需求来自定义样式,增强立体感。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <meta name="keywords" content="武鸣人网站,武鸣信息网,武鸣本地网,武鸣信息资源平台,减肥,健身,励志,励志语录,js特效,网页特效,www.wuming.ren"> <meta name="description" content="欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。"> <title>jquery实现导航菜单翻牌显示效果_武鸣人</title> <style type="text/css"> ul,li{list-style:none;padding:0;margin:0;} #wwwwumingren{width:300px;height:100px;border:1px solid #777;margin:50px auto;} #wwwwumingren li{width:100px;float:left;height:50px;font-size:14px;text-align:center;line-height:28px;position:relative;z-index:1;} #wwwwumingren li a{display:block;height:28px;border:2px solid #333;text-decoration:none;width:50px;background:#888;overflow:hidden;position:absolute;left:25px;top:10px;} </style> <script type="text/javascript" src="/img/jquery_wuming_ren.js"></script> <script language="javascript"> var nummove=0; var numout=0; $(function(){ $("#wwwwumingren li").hover( function(){ if(nummove==0) { nummove=1; $("a",this).animate({ height: "0px",top: "25px"}, 80,function(){nummove=0;}); $("a",this).animate({ height: "28px",top: "10px"}, 80); $("a",this).css("background","yellow"); } }, function(){ if(numout==0) { numout=1; $("a",this).animate({ height: "0px",top: "25px"}, 80,function(){numout=0;}); $("a",this).animate({ height: "28px",top: "10px"}, 80); $("a",this).css("background","#888"); numout=0; } } ) $("#wwwwumingren li a").click(function(){ $(this).parents("li").css("z-index","2") $(this).animate({ height: "558px",top: "-255px",width: "1000px",left: "-460px",opacity: 'toggle',lineHeight: '558px',fontSize: '500px'}, 1000); $(this).animate({ height: "28px",top: "10px",width: "50px",left: "25px",opacity: 'toggle',lineHeight: '28px',fontSize: '12px'}, 400); $(this).parents("li").css("z-index","1") }) })//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) </script> </head> <body> <a href="https://www.wuming.ren">武鸣人</a>,各种信息资源免费发布,分享励志语录经典短句,减肥健身常识,各种js特效代码。网站很好记住,wuming.ren(武鸣拼音.ren域名后缀)<hr> <!--欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。--> <script type="text/javascript" src="https://www.wuming.ren/ad/tc.js"></script> <script type="text/javascript" src="https://www.wuming.ren/ad/a.js"></script> 需要加载js文件,请刷新页面看效果! <ul id="wwwwumingren"> <li><a href="http://www.wuming.ren">一号</a></li> <li><a href="http://www.wuming.ren">二号</a></li> <li><a href="http://www.wuming.ren">三号</a></li> <li><a href="http://www.wuming.ren">四号</a></li> <li><a href="http://www.wuming.ren">五号</a></li> <li><a href="http://www.wuming.ren">六号</a></li> </ul> </body> </html>
本文来自武鸣人网站,转载请注明出处