Fold drop-down menu jquery plug-in effect this article also uses a jquery fold drop-down menu effect instance of the jquery fold plug-in instance. If you like it more, download it, provides online preview and source code download.
Hide drop-down menu jquery plug-in effect
This article also uses a jquery folding drop-down menu effect instance of the jquery folding plug-in instance. If you like it more, download it online preview and source code download.
<! Doctype html public "-// w3c // dtd html 4.01 transitional // en" "http://www.w3.org/tr/html4/loose.dtd">
<Html>
<Head>
<Meta http-equiv = "content-type" content = "text/html; charset = UTF-8"/>
<Title> style 10 (orange)-menu by apycom.com </title>
<Link type = "text/css tutorial" href = "menu.css" rel = "stylesheet"/>
<Script type = "text/Webpage effects" src = "jquery. js"> </script>
<Script type = "text/javascript" src = "menu. js"> </script>
</Head>
<Body>
<Style type = "text/css">
* {Margin: 0;
Padding: 0;
}
Html {background: #444 ;}
Body {
Margin: 50px auto;
Width: 630px;
Height: 466px;
Background: #222;
Overflow: hidden;
}
Div # menu {
Top: 40px;
Left: 0px;
Width: 100%;
Background: transparent url (images/header_bg.gif) repeat-x 0;
}
Div # copyright {display: none ;}
</Style>
<Div id = "menu">
<Ul class = "menu">
<Li> <a href = "#" class = "parent"> <span> home </span> </a>
<Div> <ul>
<Li> <a href = "#" class = "parent"> <span> sub item 1 </span> </a>
<Div> <ul>
<Li> <a href = "#" class = "parent"> <span> sub item 1.1 </span> </a>
<Div> <ul>
<Li> <a href = "#"> <span> sub item 1.1.1 </span> </a> </li>
<Li> <a href = "#"> <span> sub item 1.1.2 </span> </a> </li>
</Ul> </div>
</Li>
<Li> <a href = "#"> <span> sub item 1.2 </span> </a> </li>
<Li> <a href = "#"> <span> sub item 1.3 </span> </a> </li>
<Li> <a href = "#"> <span> sub item 1.4 </span> </a> </li>
<Li> <a href = "#"> <span> sub item 1.5 </span> </a> </li>
<Li> <a href = "#"> <span> sub item 1.6 </span> </a> </li>
<Li> <a href = "#" class = "parent"> <span> sub item 1.7 </span> </a>
<Div> <ul>
<Li> <a href = "#"> <span> sub item 1.7.1 </span> </a> </li>
<Li> <a href = "#"> <span> sub item 1.7.2 </span> </a> </li>
</Ul> </div>
</Li>
</Ul> </div>
</Li>
<Li> <a href = "#"> <span> sub item 2 </span> </a> </li>
<Li> <a href = "#"> <span> sub item 3 </span> </a> </li>
</Ul> </div>
</Li>
<Li> <a href = "#"> <span> product info </span> </a>
<Div> <ul>
<Li> <a href = "#" class = "parent"> <span> sub item 1 </span> </a>
<Div> <ul>
<Li> <a href = "#"> <span> sub item 1.1 </span> </a> </li>
<Li> <a href = "#"> <span> sub item 1.2 </span> </a> </li>
</Ul> </div>
</Li>
<Li> <a href = "#" class = "parent"> <span> sub item 2 </span> </a>
<Div> <ul>
<Li> <a href = "#"> <span> sub item 2.1 </span> </a> </li>
<Li> <a href = "#"> <span> sub item 2.2 </span> </a> </li>
</Ul> </div>
</Li>
<Li> <a href = "#"> <span> sub item 3 </span> </a> </li>
<Li> <a href = "#"> <span> sub item 4 </span> </a> </li>
<Li> <a href = "#"> <span> sub item 5 </span> </a> </li>
<Li> <a href = "#"> <span> sub item 6 </span> </a> </li>
<Li> <a href = "#"> <span> sub item 7 </span> </a> </li>
</Ul> </div>
</Li>
<Li> <a href = "#"> <span> help </span> </a> </li>
<Li class = "last"> <a href = "#"> <span> contacts </span> </a> </li>
</Ul>
</Div>
<Div id = "copyright"> copyright & copy; 2010 <a href = "http://www.zhutiai.com/"> apycom jquery menus </a> </div>
<Br/> <br/>
<Br/> <br/>
</Body>
</Html>
Online Preview address
Http://g.111cn.cn/javascript/js/20100831/j1
Source code
Http://down.bKjia. c0m/down/code/jquery/2010/0831/20542.html