jquery enables scalable vertical down-pull navigation menu

Source: Internet
Author: User
The code is as follows Copy Code
<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
<title> scalable vertical down-pull navigation menu </title>
<meta http-equiv= "Content-type" content= "text/html;charset=gb2312" >
<!--Add the following code to <style type= "Text/css" >
body{font-size:12px;line-height:20px;}
dl{width:150px;}
. even{background: #669999; color: #fff;}
. odd{background: #CCCCCC; color: #fff;}
. linglei{background: #999900; color: #fff;}
</style>
<script src= "/jquery.js" ></script>
<body>
Preview the effect of the bottom left corner will be prompted with errors, and can not see the effect, refresh to see the effect of, of course, in the actual use, there will not be such a problem. <br>
<!--Add the following code to <body> and </body>-->
<dl>
<dt class= "Even" > Construction Station Service </dt>
<dd> Music player </dd>
<dd> counter </dd>
<dd> Voting system </dd>
<dd> Review System </dd>
<dt class= "even" > Webmaster tools </dt>
<dd> included Query </dd>
<dd>alexa Query </dd>
&LT;DD&GT;PR Query </dd>
<dt class= "Even" > Web effects </dt>
<dd> navigation Menu </dd>
<dd> Photo Effects </dd>
</dl>
<script type= "Text/javascript" >
$ (' DT '). Click (
function () {
$ (this). Nextuntil (' DT '). Slidetoggle (400);
}
);
</script>
</body>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.