歡迎進入紅數信息技術有限公司官網
4008088160
現在的位置:首頁 > 發布網絡推廣公司-營銷推廣 > 網絡導航條制作方法和代碼
網絡導航條制作方法和代碼
信息來源:湖南優度網絡公司  發布日期:2011/3/8 瀏覽數量:986
文章導讀: ...

<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>標題頁</title>
</head>
<body>
<style>
/* 先把這個 myMenu 的樣式放到css里 */
.myMenu td{font-size:12px;font-family:verdana,arial;font-weight:bolder;color:#ffffff;border:1px solid #336699;background:#336699;filter:blendtrans(duration=0.5);cursor:hand;text-align:center;}
</style>
<script>

//把事件動作綁定到菜單上
function addMenu(objid){
var tds=objid.getElementsByTagName('td');
for(var i=0;i<tds.length;i++){
  with(tds[i]){
   onmouseover=function(){
    with(this){
     filters[0].apply();
     style.background='#FEBD20';            //鼠標移上去時的背景顏色
     style.border='1px solid #ffffff';      //邊框
     style.color='black';                   //文字顏色
     filters[0].play();
    }
   }
   onmouseout=function(){
    with(this){
     filters[0].apply();
     style.background='#336699';            //鼠標離開時的背景顏色
     style.border='1px solid #336699';      //邊框
     style.color='#ffffff';                 //文字顏色
     filters[0].play();
    }
   }
  }
}
}
</script>
<!--菜單從這里開始, 注意要把class設置成和css里相同的, 還要設一個id-->
<table class="myMenu" id="menuTbl" width="500" cellpadding="1" cellspacing="4" border="0" bgcolor="#00000" align="center">
<tr>
  <td>網站介紹</td>
  <td>開發文檔</td>
  <td>下載軟件</td>
  <td>開源管理</td>
  <td>網站服務</td>
</tr>
</table>
<script>addMenu(menuTbl); //在上面這個table結束的地方執行事件動作的綁定, 這里的這個menuTbl就是那個table的id</script></body>
</html>

18973218026
其他業務合作請發下面郵箱
郵箱:254596208@qq.com
地址:湖南省湘潭市岳塘區霞光東路58號(維也納酒店6樓)
營銷型網站建設掃一掃關注官方微信

關注優度

官方微信
官方微博
官網首頁