Native JavaScript expand/Shrink Menu effect code

Source: Internet
Author: User
Tip: You can modify some of the code before running

<! DOCTYPE http://www.111cn.net/js_a/javascript-dh/html Public "-//W3C//DTD XHTML 1.0 transitional//en" "http:// Www.111cn.net/js_a/javascript-dh/http://www.w3.org/TR/xhttp://www.111cn.net/js_a/javascript-dh/html1/DTD/xhttp ://www.111cn.net/js_a/javascript-dh/html1-transitional.dtd "> <pttp://www.111cn.net/js_a/javascript-dh/ HTML xmlns= "http://www.111cn.net/js_a/javascript-dh/http://www.w3.org/1999/xhttp://www.111cn.net/js_a/ Javascript-dh/html "> <pttp://www.111cn.net/js_a/javascript-dh/head> <meta http://www.111cn.net/js_a/ javascript-dh/http-equiv= "Content-type" content= "text/http://www.111cn.net/js_a/javascript-dh/html; Chttp://www.111cn.net/js_a/javascript-dh/harset=utf-8 "/> <title> native JavaScript effects: Expand/Shrink Menu </title> <meta name= "keywords" content= "expand menu effect, shrink menu effect"/> <meta "name=" description "native JavaScript effect: Expand/Shrink Menu" > <style type= "text/css" >. menu {widthttp://www.111cn.net/js_a/javascript-dh/h:200px; margin:20px auto; border:1px solid #ccc;} . menu Http://www.111cn.net/js_a/javascript-dh/h3 {http://www.111cn.net/js_a/javascript-dh/heighttp:// www.111cn.net/js_a/javascript-dh/ht:30px; line-http://www.111cn.net/js_a/javascript-dh/heighttp://www.111cn.net/js_a/javascript-dh/ht:30px; Font-weighttp://www.111cn.net/js_a/javascript-dh/ht:bold; Background: #333 URL (sprite.png) no-repeat 180px 12px; Cursor:pointer; text-indent:10px; Color: #fff;} . menu Http://www.111cn.net/js_a/javascript-dh/h3.on {background-position:180px-13px}. menu ul {display:none; padding:10px; Background: #eee;} . menu Ul.on {display:block}. Menu ul li {http://www.111cn.net/js_a/javascript-dh/heighttp://www.111cn.net/js_a/ javascript-dh/ht:26px; line-http://www.111cn.net/js_a/javascript-dh/heighttp://www.111cn.net/js_a/javascript-dh/ht:26px; border-bottom:1px dotted #ccc; text-indent:10px;} </style> <script type= "Text/javascript" > Window.onload=function () {var oH3 = document.getElementById ("htt p://www.111cn.net/js_a/javascript-dh/h3 a "); var Oul = document.getElementById ("UlA"); Oh3.onclick=function () {if (Thttp://www.111cn.net/js_a/javascript-dh/his.classname = = ") {Thttp://www.111cn.net/js _a/javascript-dh/his.classname = ' on '; Oul.classname = ' on '; else {thttp://www.111cn.net/js_a/javascript-dh/his.classname = '; Oul.classname = '; } }; }; </script> </pttp://www.111cn.net/js_a/javascript-dh/head> <body> <div class= "wrapper" > < http://www.111cn.net/js_a/javascript-dh/h1> native JavaScript effect: Expand/Shrink Menu </pttp://www.111cn.net/js_a/ Javascript-dh/h1> <div class= "menu" > <pttp://www.111cn.net/js_a/javascript-dh/h3 id= "http://" Www.111cn.net/js_a/javascript-dh/h3A ">jquery special effects </pttp://www.111cn.net/js_a/javascript-dh/h3> <ul id=" UlA "> <li>jquery focus Diagram </li> <li>jquery tab </li> <li>jquery form Validation </li> <li& Gt;jquery effects </li> <li>jquery flashes </li> </ul> </div> </div><!--wrapper end--> </body> </pttp://www.111cn.net/js_a/javascript-dh/html></td> </tr> </table>
Tip: You can modify some of the code before running

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.