1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > jquery+css实现的红色线条横向二级菜单效果【jquery】

jquery+css实现的红色线条横向二级菜单效果【jquery】

时间:2021-11-21 00:29:28

相关推荐

jquery+css实现的红色线条横向二级菜单效果【jquery】

web前端|js教程

jquery,css,横向,二级菜单

web前端-js教程

本文实例讲述了jquery+css实现的红色线条横向二级菜单效果。分享给大家供大家参考。具体如下:

滚动 画册 源码,平板电脑刷ubuntu,tomcat怎么改窗口名,爬虫交流平台,php技术分享内容外包,简单seo教学lzw

这是一款带导航的菜单,当前是哪一项菜单,会很个性的显示出来,鼠标放上后会显示菜单缺口,挺有意思的吧,希望大家喜欢。

海洋源码,在vscode中搭建vue,ubuntu分区个数,tomcat的站点配置,爬虫多入口,php 远程验证码,启东seo网络优化公司价格,源码网站整站,phpwind8.7整站模板lzw

运行效果截图如下:

数据库超市管理系统源码,vscode实现文件筛选,ubuntu 搭建kms,tomcat重启cpu高,timing爬虫,css和php,宁波seo 外包推广产品,红色餐饮网站源码,个人网页在线制作模板lzw

在线演示地址如下:

/js//jquery-css-red-color-2row-nav-style-codes/

具体代码如下:

css+js红色线条横向二级菜单body {font-family:\5B8B\4F53,Arial Narrow,arial,serif;background:#ffffff;font-size:12px;}body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,emBED{padding:0; margin:0;}li{list-style-type:none;}a{text-decoration:none;color:#333;}a:hover{text-decoration:underline;}#nav{ background:url(images/nav_li_bg.jpg) repeat-x top; height:37px; position:relative;width:988px; margin:20px auto;}#nav .l{ background:url(images/nav_li_left.jpg) no-repeat top; height:37px;width:78px; float:left}#nav .r{width:82px;background:url(images/nav_li_rights.jpg) no-repeat right top;height:37px;float:left;}#nav li { float:left;}#nav li .v a{ width:138px;height:37px; line-height:32px; display:block; color:#FFF;float:left;font-weight:bold;text-decoration:none;text-align:center;}#nav li .v a:hover,#nav li .v .sele{width:138px;background:url(images/nav_li_hover.jpg) no-repeat top;color:#fff;height:37px;line-height:37px;color:#d11515;}.kind_menu { height:30px;line-height:30px;vertical-align:middle; position:absolute;top:37px;left:0;text-align:left; display:none;color:#333;font-size:12px;}.kind_menu a {color:#333; background:url(images/sub_dot.jpg) no-repeat left 14px;float:left; text-align:center;padding:0 10px;font-size:12px;text-decoration:none;}.kind_menu a:hover {color:#000;text-decoration:none;}#Layer1{width:400px;left:60px;}#Layer2{width:400px;left:200px;}#Layer3{width:500px;left:300px;}#Layer4{width:400px;left:400px;}#Layer5{width:400px;left:auto;right:120px;}#Layer6{width:560px;left:auto;right:60px;}

网站首页

欢迎访问,我们为您提供最优质的网络营销服务!

脚本之家

脚本下载 脚本教学

导航条

英文域名 中文域名 通用网址 源码下载 域名交易 域名帮助 智能加速

电子商务

网络营销 源码下载 网络营销 网页特效

网络营销

网络营销 网络营销 网络营销 网页特效代码

关于我们

网络营销 源码下载 网络营销 网页特效

var site_url = window.location.href.toLowerCase();switch (true) { default : $("#nav li").attr("class",""); $("#nav li").eq(0).attr("class","nav_lishw"); $(".nav_lishw .v a").attr("class","sele"); $(".nav_lishw .kind_menu").show();}$("#nav li").hover(function(){ clearTimeout(setTimeout("0")-1); $("#nav .kind_menu").hide(); $("#nav li .v .sele").attr("class","shutAhover"); $(this).attr("id","nav_hover") $("#nav_hover .v a").attr("class","sele"); $("#nav_hover .kind_menu").show(); },function(){ if($(this).attr("class") != "nav_lishw"){ $("#nav_hover .v .sele").attr("class",""); $("#nav_hover .kind_menu").hide(); } $(this).attr("id","") $("#nav li .v .shutAhover").attr("class","sele"); setTimeout(function(){ $(".nav_lishw .kind_menu").show(); $(".nav_lishw .v a").attr("class","sele"); },50); });

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