發新話題
打印

美觀垂直選單 2

美觀垂直選單 2

如不能顯示語法效果可貼去本站語法測試板試看

 

 

更改按鈕文字及連結網址即可,可隨意增加或減少連結數目

 

 

 

<style type="text/css">
<!--
.menu {font-family:新明細體; font-weight:bold}

.menu a{
text-decoration:none;
color:blue;
}
-->
</style>
<script language="javascript">
<!--

function movein(which,html){
which.style.background='coral'
if (document.getElementById)
document.getElementById("boxdescription").innerHTML=html
else
boxdescription.innerHTML=html
}

function moveout(which){
which.style.background='bisque'
if (document.getElementById)
document.getElementById("boxdescription").innerHTML=' '
else
boxdescription.innerHTML=' '
}

//-->
</script>

<table bgcolor="black" border="1" bordercolor="ivory" cellpadding="2" cellspacing="0">

<tr>
<td class="menu" bordercolor="black" id="choice1" style="background-color:bisque; cursor:hand" onmouseover="movein(this,'笨笨網站')" onmouseout="moveout(this)"">
<a href="
http://bunbun000.com/" target="_blank">笨笨網站</a></td></tr>

<td class="menu" bordercolor="black" id="choice2" style="background-color:bisque; cursor:hand" onmouseover="movein(this,'笨網論壇')" onmouseout="moveout(this)">
<a href="
http://www.bunbunhk.com/BBS/Discuz/index.php" target="_blank">笨網論壇</a></td></tr>

<td class="menu" bordercolor="black" id="choice3" style="background-color:bisque; cursor:hand" onmouseover="movein(this,'免費資源')" onmouseout="moveout(this)">
<a href="
http://www.bunbunhk.com/bg.htm" target="_blank">免費資源</a></td></tr>

<td class="menu" bordercolor="black" id="choice4" style="background-color:bisque; cursor:hand" onmouseover="movein(this,'語法測試')" onmouseout="moveout(this)">
<a href="
http://www.bunbunhk.com/cgi-bin/html/index.htm" target="_blank">語法測試</a></td></tr>

<tr>
<td bordercolor="black" bgcolor="ivory" height="18"><font id="boxdescription" face="Verdana" size="2"></font></td></tr>
</table>

我唔係人.........

TOP

複製上列語法



我唔係人.........

TOP