網(wǎng)(LieHuo.Net)教程 這個是用純CSS鼠標觸發(fā)展開折疊的精美菜單代碼,暖色調(diào)非常漂亮哦,測試發(fā)現(xiàn)兼容性也挺好,有用的朋友先收藏一下吧。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>CSS實現(xiàn)鼠標觸發(fā)展開折疊的精美菜單 - LIEHUO.NET</title><style type="text/css">#menu { overflow:hidden; background-color:#fbfef4; width:200px; height:500px; overflow:hidden;}#menu h1{margin:0px;color:#739c23; font-size:14px;}#menu li { list-style:none; display:block; width:178px; border:1px solid #739c23; border-bottom-width:0px;}#menu li .end{border-bottom-width:1px;}#menu li a{ display:block; text-decoration:none; width:100%; padding:10px;}#menu li a span{ display:none; color:#333; font-size:12px; padding:10px 0 0 0;}#menu li a:hover{ background:#fff;}#menu li a:hover span{ display:block; cursor: hand;}</style></head><body><ul id="menu"><li><a href="#" _fcksavedurl="#"><h1>站長網(wǎng)</h1><span>LIEHUO.NET為您提供站長教程、網(wǎng)頁設(shè)計、源碼資源等。</span></a></li></li><li><a href="#" _fcksavedurl="#"><h1>站長工具</h1><span>站長所需要的各類工具特應(yīng)有盡有!</span></a></li></li><li><a href="#" _fcksavedurl="#"><h1>論壇</h1><span>菜鳥級IT技術(shù)交流社區(qū)!</span></a></li></li><li><a href="#" _fcksavedurl="#"><h1>這是折疊標簽</h1><span>這里是內(nèi)容</span></a></li></li></body></html><br /><center>網(wǎng)更多教程,請訪問:<a href=http://www.vxbq.cn/ target=_blank _fcksavedurl="http://www.vxbq.cn/ target=_blank">http://www.vxbq.cn/</a></center>提示:可修改后代碼再運行!
上一篇 論策系列教程:站長撰寫軟文的五大禁忌
下一篇 JavaScript 異步方法隊列鏈
程序員人生,我編程,我富裕,記住wfuyu網(wǎng),php教程,php學(xué)習(xí),php手冊,CMS模版制作
聲明:本站大部分內(nèi)容是作者原創(chuàng),少部分收集于互聯(lián)網(wǎng)供大家一起學(xué)習(xí),原版權(quán)很多不明,如有侵權(quán)請聯(lián)系本站,謝謝!
粵ICP備14040726號-1?? 2015-2020 程序員人生 版權(quán)所有