原生javascript展開/收縮菜單效果代碼

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

<!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"><http://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"><http://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>原生javascript效果:展開/收縮菜單 </title><meta name="keywords" content="展開菜單效果,收縮菜單效果" /><meta name="description" content="原生javascript效果:展開/收縮菜單" /><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("http://www.111cn.net/js_a/javascript-dh/h3A");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></http://www.111cn.net/js_a/javascript-dh/head><body><div class="wrapper"><http://www.111cn.net/js_a/javascript-dh/h1>原生javascript效果:展開/收縮菜單</http://www.111cn.net/js_a/javascript-dh/h1><div class="menu"><http://www.111cn.net/js_a/javascript-dh/h3 id="http://www.111cn.net/js_a/javascript-dh/h3A">jquery特效</http://www.111cn.net/js_a/javascript-dh/h3><ul id="ulA"><li>jquery焦點圖</li><li>jquery選項卡</li><li>jquery表單驗證</li><li>jquery特效</li><li>jquery閃爍字</li></ul></div></div><!-- wrapper end --></body></http://www.111cn.net/js_a/javascript-dh/html></td> </tr></table>
提示:您可以先修改部分代碼再運行

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.