css js樹形菜單效果

來源:互聯網
上載者:User
提示:您可以先修改部分代碼再運行

<!doctype html public "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="gb2312"> <head> <title>二級樹形菜單樣本:CSS TreeMenu</title> <style type="text/css" media="all"> a,a:visited {color:#333;text-decoration:none;} a:hover {color:#f60;} body,td {font:13px "Geneva","宋體", "Arial", "Helvetica",sans-serif;} ul,li {margin:0;padding:0;list-style:none;} h1,h2,h3,h4,h5,h6 {margin:0;padding:0;} h1 {padding:5px;color:#900;font:16px bold "Geneva","宋體", "Arial", "Helvetica",sans-serif;} h1 small {font-size:11px;font-weight:normal;color:#660;} .TreeWrap {width:200px;} .MenuBox .titBox a, .MenuBox .titBox a:visited, .MenuBox2 .titBox a, .MenuBox2 .titBox a:visited {margin-left:10px;padding-left:40px;color:#003;font-size:12px;display:block;} .MenuBox .titBox h3 a {background:url(/upload/201011/20101103170215932.gif) no-repeat 0 40%;} .MenuBox .titBox h3.Fst a {background:url(/upload/201011/20101103170215184.gif) no-repeat 0 40%;} .MenuBox .titBox h3.Lst a {background:url(/upload/201011/20101103170215322.gif) no-repeat 0 40%;} .MenuBox2 .titBox h3 a {background:url(/upload/201011/20101103170215622.gif) no-repeat 0 40%;} .MenuBox2 .titBox h3.Fst a {background:url(/upload/201011/20101103170215343.gif) no-repeat 0 40%;} .MenuBox2 .titBox h3.Lst a {line-height:250%;background:url(/upload/201011/20101103170215522.gif) no-repeat 0 0;} .MenuBox2 .txtBox {display:none;} .MenuBox .txtBox ul li {padding-left:65px;line-height:150%;} .MenuBox .txtBox .num {color:#e00;} .MenuBox .txtBox ul {background:url(/upload/201011/20101103170215650.gif) repeat-y 16px 0;} .MenuBox .txtBox ul li {background:url(/upload/201011/20101103170215266.gif) no-repeat 28px 50%;} .MenuBox .txtBox ul li.Lst {background:url(/upload/201011/20101103170215812.gif) no-repeat 28px 50%;} </style> <script type="text/javascript"> <!-- function ExChgClsName(Obj,NameA,NameB){ var Obj=document.getElementById(Obj)?document.getElementById(Obj):Obj; Obj.className=Obj.className==NameA?NameB:NameA; } function showMenu(iNo){ ExChgClsName("Menu_"+iNo,"MenuBox","MenuBox2"); } --> </script> </head> <body> <h1>CSS TreeMenu <small>By 楓岩@IECN.Net</small></h1> <div class="TreeWrap"> <div class="MenuBox" id="Menu_0"> <div class="titBox"><h3 class="Fst">同事</h3></div> <div class="txtBox"> <ul> <li>Dodo</li> <li>小春</li> <li>小林</li> <li>小龍</li> <li class="Lst">楓岩</li> </ul> </div> </div><!--MenuBox--> <div class="MenuBox2" id="Menu_1"> <div class="titBox"><h3>客戶</h3></div> <div class="txtBox"> <ul> <li>Dodo</li> <li>小春</li> <li>小林</li> <li>小龍</li> <li class="Lst">楓岩</li> </ul> </div> </div><!--MenuBox--> <div class="MenuBox2" id="Menu_2"> <div class="titBox"><h3>朋友</h3></div> <div class="txtBox"> <ul> <li>Dodo</li> <li>小春</li> <li>小林</li> <li>小龍</li> <li class="Lst">楓岩</li> </ul> </div> </div><!--MenuBox--> <div class="MenuBox2" id="Menu_3"> <div class="titBox"><h3>家人</h3></div> <div class="txtBox"> <ul> <li>Dodo</li> <li>小春</li> <li>小林</li> <li>小龍</li> <li class="Lst">楓岩</li> </ul> </div> </div><!--MenuBox--> <div class="MenuBox2"> <div class="titBox"><h3 class="Lst">退出系統</h3></div> </div><!--MenuBox--> </div> </body> </html>
提示:您可以先修改部分代碼再運行
相關文章

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.