


Horizontal layout multi-level web menu effect implemented by jquery CSS
This article mainly introduces the horizontal layout multi-level web menu effect implemented by jquery CSS, and involves the implementation techniques of dynamic transformation effect of jquery page element attributes. It is of great practical value. Friends in need can refer to it. The details are as follows:
The common navigation menu on web pages implemented by Jquery and CSS demonstrated here supports two levels of form, blue style, and supports up to level two. The code may need to be modified for level three. This menu is quite rectangular, relatively practical, and suitable for many types of websites. I hope you will like it.
A screenshot of the running effect is as follows:
The online demo address is as follows:
http://demo.jb51.net/ js/2015/jquery-css-scroll-nav-menu-style-codes/
The specific codes are as follows:
<!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" /> <title>蓝色带阴影超酷的css+js导航菜单代码</title> <style> body {margin:0px;} a:link {text-decoration: none;} a:visited {text-decoration: none;} a:hover {text-decoration: none;} a:active {text-decoration: none;} #nav_wrap {width:960px;} #nav{background:url(images/nav_bg1.gif) repeat-x bottom; height:49px; position:relative; width:950px; margin:20px auto;} #nav .l{background:url(images/nav_l1.gif) no-repeat bottom; height:49px; width:28px; float:left} #nav li {float:left; list-style:none;text-align:center;font-size:14px; } #nav li .v a{width:108px;height:49px; line-height:49px; display:block; color:#FFF;float:left; font-family:Arial,Verdana,Tahoma,"宋体"; } #nav li .v a:hover,#nav li .v .sele{background:url(images/nav_hover1.gif) no-repeat bottom;color:#fff;height:49px;line-height:49px; font-size:14px;} #nav .kind_menu {height:30px;*height:29px;line-height:30px;vertical-align:middle; position:absolute;top:46px;*top:48px;left:70px;width:880px; text-align:left; display:none;color:#000;font-size:12px;} #nav .kind_menu a {color:#000; float:left; text-align:center; width:90px; font-family:Arial,Verdana,Tahoma,"宋体";font-size:12px;} #nav .kind_menu a:hover {color:#000;border-bottom:2px #222b8e solid;} #nav .kind_menu span {font-size:10px; color:#000; line-height:30px; *line-height:26px; float:left } </style> <SCRIPT src="jquery-1.6.2.min.js" type=text/javascript></SCRIPT> </head> <body style="text-align:center"> <p id=nav_wrap> <p id=nav> <p class=l></p> <UL class=c> <LI><SPAN class=v><A href="#" target="_blank">首页</A></SPAN> <p class=kind_menu style="LEFT:50px">欢迎您访问脚本之家,我们为您提供最优质的网络营销服务! </p></LI> <LI><SPAN class=v><A href="#">特惠套餐</A></SPAN> <p class=kind_menu style="LEFT: 40px"> <A href="#">电信特惠套餐</A> <SPAN>|</SPAN> <A href="#">智能双线套餐</A> </p></LI> <LI><SPAN class=v><A href="#">域名频道</A></SPAN> <p class=kind_menu> <A href="#">英文域名</A><SPAN>|</SPAN> <A href="#">中文域名</A><SPAN>|</SPAN> <A href="#">通用网址</A><SPAN>|</SPAN> <A href="#">域名交易</A><SPAN>|</SPAN> <A href="#">域名帮助</A><SPAN>|</SPAN> <A href="#">智能加速</A> </p></LI> <LI><SPAN class=v><A href="#">脚本下载</A></SPAN> <p class=kind_menu style="LEFT: 40px"> <A href="#">网络营销外包</A> <SPAN>|</SPAN> <A href="#">网页特效代码</A> </p></LI> <LI><SPAN class=v><A href="#">网页特效</A></SPAN> <p class=kind_menu style="LEFT: 40px"> <A href="#">网络外包</A> <SPAN>|</SPAN> <A href="#">网络营销</A> <SPAN>|</SPAN> <A href="#">特效代码</A> </p></LI> <LI><SPAN class=v><A href="http://www.baidu.com">百度一下</A></SPAN> <p class=kind_menu style="LEFT: 40px"> <A href="#">网络外包</A> <SPAN>|</SPAN> <A href="#">营销外包</A> <SPAN>|</SPAN> <A href="#">网页特效</A> </p></LI> </UL> </p><!--nav--> </p><!--nav_wrap--> <SCRIPT type=text/javascript> 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); } ); </SCRIPT> </body> </html>
The above is the entire content of this chapter, more related For tutorials, please visit jQuery Video Tutorial!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Using Bootstrap in Vue.js is divided into five steps: Install Bootstrap. Import Bootstrap in main.js. Use the Bootstrap component directly in the template. Optional: Custom style. Optional: Use plug-ins.

HTML defines the web structure, CSS is responsible for style and layout, and JavaScript gives dynamic interaction. The three perform their duties in web development and jointly build a colorful website.

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

There are two ways to create a Bootstrap split line: using the tag, which creates a horizontal split line. Use the CSS border property to create custom style split lines.

To set up the Bootstrap framework, you need to follow these steps: 1. Reference the Bootstrap file via CDN; 2. Download and host the file on your own server; 3. Include the Bootstrap file in HTML; 4. Compile Sass/Less as needed; 5. Import a custom file (optional). Once setup is complete, you can use Bootstrap's grid systems, components, and styles to create responsive websites and applications.

There are several ways to insert images in Bootstrap: insert images directly, using the HTML img tag. With the Bootstrap image component, you can provide responsive images and more styles. Set the image size, use the img-fluid class to make the image adaptable. Set the border, using the img-bordered class. Set the rounded corners and use the img-rounded class. Set the shadow, use the shadow class. Resize and position the image, using CSS style. Using the background image, use the background-image CSS property.

How to use the Bootstrap button? Introduce Bootstrap CSS to create button elements and add Bootstrap button class to add button text

To adjust the size of elements in Bootstrap, you can use the dimension class, which includes: adjusting width: .col-, .w-, .mw-adjust height: .h-, .min-h-, .max-h-
