100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > jQuery实现的多级下拉菜单效果代码【jquery】

jQuery实现的多级下拉菜单效果代码【jquery】

时间:2019-12-28 08:49:24

相关推荐

jQuery实现的多级下拉菜单效果代码【jquery】

web前端|js教程

jQuery,多级下拉菜单

web前端-js教程

本文实例讲述了jQuery实现的多级下拉菜单效果代码。分享给大家供大家参考。具体如下:

chatroulette源码,vscode导入数据集路径,ubuntu无法获得,安装tomcat500,网络爬虫人,php电话面试,网络整合营销seo,国微cms学校网站后台登录,导航站带收录模板lzw

这是一款jQuery多级下拉菜单,在支持html5的浏览器中测试你会发现本菜单很智能,会自动判断浏览器边界来改变下拉菜单的显示方向,在ie下没发现此效果。整体上来看,和Windows系统的“经典”主题时的菜单风格特别相似,配合图片,整体效果还是相当有专业水准的。

度假村 源码,vscode命令引入插件,ubuntu 脚本扩容,tomcat没有补丁,sqlite查看数据库速度,网络爬虫需要每行代码都懂吗,php href 正则,东莞快速seo投放费用,开源html5 网站模板,vb网页截屏,个人博客相册设计模板lzw

运行效果截图如下:

php校园oa网站源码,ubuntu开发版开放,python网络爬虫前景,php userinfo,专业seo学院lzw

在线演示地址如下:

/js//jquery-nlevel-nav-menu-style-codes/

具体代码如下:

jQuery多级下拉菜单$(document).ready(function(){$(#menu li).hover(function(){ $(this).find(ul:first).css({visibility: "visible",display: "none"}).fadeIn(400); // effect 1 },function(){ $(this).find(ul:first).css({visibility: "hidden"}); });});body{background:#eee;font-family:Verdana, Helvetica, Arial, sans-serif;margin:0;padding:0}.examples{background:#FFF;width:800px;font-size:80%;border:1px #000 solid;margin:3.5em auto 2em;padding:1em 2em 2em}#menu {width:750px; height:531px; background:url(images/snowboard.jpg); text-align:center; margin:0 auto;}#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; background:#ccccd0; border:1px solid #333; border-color:#eee #555 #222 #fff;}#menu ul {display:inline-block;}#menu li {margin:0; padding:0; list-style:none;}#menu li {display:inline-block; display:inline;}#menu ul ul {position:absolute; left:-9999px;}#menu ul.level1 {margin:0 auto;}#menu ul.level1 li.level1-li {float:left; display:block; position:relative;}#menu b {position:absolute;}#menu a {display:block; font:normal 11px verdana,arial,sans-serif; color:#000; line-height:25px; text-decoration:none;padding:0 20px;}#menu ul.level1 li.level1-li a.level1-a {float:left;}#menu ul li:hover > ul {visibility:visible; left:0; top:21px;}#menu ul ul li:hover > ul {visibility:visible; left:100%; top:auto; margin-top:-25px; margin-left:-4px;}#menu li.left:hover > ul {visibility:visible; left:auto; right:0; top:25px;}#menu li.left ul li:hover > ul {visibility:visible; left:auto; right:100%; top:auto; margin-top:-25px; margin-right:-4px;}#menu a:hover ul {left:0; top:23px;}#menu li.left a:hover ul {left:auto; right:-1px; top:23px;}#menu li.left ul a {text-align:right;}#menu a:hover a:hover ul,#menu a:hover a:hover a:hover ul {left:100%; visibility:visible;}#menu li.left a:hover a:hover ul,#menu li.left a:hover a:hover a:hover ul {left:auto; right:0; visibility:visible;}#menu a:hover ul ul,#menu a:hover a:hover ul ul {left:-9999px;}#menu li.left a:hover ul ul,#menu li.left a:hover a:hover ul ul {left:-9999px;}#menu li a.drop {background:transparent url(images/white-down.jpg) no-repeat right center;}#menu li a.fly {background:transparent url(images/white-right.jpg) no-repeat right center;}#menu li.left ul a.fly {background:transparent url(images/white-left.jpg) no-repeat left center;}#menu li a:hover,#menu li a.fly:hover {color:#c60; background-color:#c0c0c8;}#menu li:hover > a,#menu ul li:hover > a.fly {color:#c60; background-color:#c0c0c8;}#menu table {position:absolute; height:0; width:0; left:0; border-collapse:collapse; margin-top:-6px;}#menu table table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-30px; margin-left:-4px;}#menu li.left table {position:absolute; height:0; width:0; left:auto; right:0; border-collapse:collapse; margin-top:-4px;}#menu li.left table table {position:absolute; left:auto; right:100%; height:0; width:0; border-collapse:collapse; margin-top:-30px; margin-right:-4px;}

Home Contact Us<!-- EmailTelephoneOnline FormSnail Mail Address Resort<!-- Ski Hire FacilitiesMain Ski Slopes<!-- Beginners Slopes Intermediate Slopes Advanced Skill Levels<!-- Local Nearby With instructor Snow boarding Expert Night LifeRestaurants<!-- Snow Hotel The Snowman Ice Cavern Ski Inn Car Hire<!-- From Airport In Resort Multiple Resorts Surrounding Area<!-- Where to goWhat to doPlaces of interestNational parks & Museums Information<!-- Money ExchangeResort Essential Information<!-- Lift Passes Insurance Gear Rental<!-- Boots Skis Ski Wear Goggles Ski Schools Snow Report Language<!-- Austrian German French English Short Breaks Privacy

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。