国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網(wǎng)站 > WEB開發(fā) > 正文

JS之三級豎向展開/收縮導(dǎo)航菜單

2024-04-27 15:11:45
字體:
供稿:網(wǎng)友
準(zhǔn)備如下:在相對的images文件夾下放三個小圖標(biāo):圖片open.gif、圖片close.gif、dot.gif效果如下:    圖片圖片
<!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><title>三級豎向展開/收縮導(dǎo)航菜單</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style>a {	color: #000000;	text-decoration: none;}a:hover {	color: #ff0000;	text-decoration: underline;}.ps {	margin-left: 10px;	display: none;}.open {	cursor: pointer;	background: url(images/open.gif) no-repeat;	line-height: 20px;	padding-left: 20px;	height: 20px;}.dot {	cursor: pointer;	background: url(images/dot.gif) no-repeat;	line-height: 20px;	padding-left: 20px;	height: 20px;}.content {	padding: 8px 0;}</style></head><body><div class="content">  <div class="open" id="sgc" onClick="two('gc')" style="background:url(images/close.gif) no-repeat"> <a target="FrameRight" href="#">國產(chǎn)</a></div>  <div class="ps" id="gc" style="display:block">    <div id="sf1" class="open" onClick="three('f1')"> <a target="FrameRight" href="#"> 比亞迪</a></div>    <div class="ps" id="f1">      <div class="dot"> <a target="FrameRight" href="#"> F3</a></div>    </div>  </div>  <div class="open" id="sjk" onClick="two('jk')"> <a target="FrameRight" href="#">進口</a></div>  <div class="ps" id="jk" style="display:none">    <div id="sf2" class="open" onClick="three('f2')"> <a target="FrameRight" href="#"> 寶馬</a></div>    <div class="ps" id="f2">      <div class="dot"> <a target="FrameRight" href="#"> 寶馬1系</a></div>    </div>  </div></div><script language="javascript" type="text/Javascript">function two(id){  var object=document.getElementById(id);  if(object.style.display=="block" || object.style.display=="")  {     object.style.display="none";     var ob2=document.getElementById('s'+id);     ob2.style.backgroundImage="url(images/open.gif)";  }  else  {    object.style.display="block";    var ob2=document.getElementById('s'+id);    ob2.style.backgroundImage="url(images/close.gif)";  }}function three(id){  var object=document.getElementById(id);    if(object.style.display=="block")  {     object.style.display="none";     var ob2=document.getElementById('s'+id);     ob2.style.backgroundImage="url(images/open.gif)";  }  else  {    object.style.display="block";    var ob2=document.getElementById('s'+id);    ob2.style.backgroundImage="url(images/close.gif)";  }}</script></body></html>
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 黎平县| 烟台市| 巴青县| 花莲市| 定陶县| 海南省| 霸州市| 双流县| 东宁县| 瓮安县| 梁山县| 太仆寺旗| 博客| 龙泉市| 合江县| 新安县| 黄浦区| 当涂县| 衡阳市| 客服| 乐清市| 建瓯市| 自治县| 扬中市| 山阳县| 栾川县| 乌兰县| 墨脱县| 安阳县| 杭锦后旗| 上栗县| 宁晋县| 徐州市| 金坛市| 漳浦县| 哈尔滨市| 彭阳县| 颍上县| 黔西县| 余姚市| 宜春市|