鼠標(biāo)指向鏈接后出現(xiàn)說明文字,可以對文字進(jìn)行修飾。
要完成此效果把如下代碼加入到<body>區(qū)域中
<script LANGUAGE="Javascript">
<!-- Begin
var description = new Array();
description[0] = "<font color=blue>介紹說明一.</font>";
description[1] = "<font color=red>介紹<b>說明</b>二.</font>";
description = "<font color=green><i>介紹說明三.</i></font>";
// End -->
</script>
<table border="0" align="center">
<tr>
<td valign=top width="205">
<div align="center"><a onMouseOver="Words.innerHTML = description[0];" href="link1.htm">第一鏈接</a>
<br>
<a onMouseOver="Words.innerHTML = description[1];" href="link2.htm">第二鏈接</a>
<br>
<a onMouseOver="Words.innerHTML = description;" href="link3.htm">第三鏈接</a>
</div>
</td>
<td width="445"> <!-- Cell with the descriptions --> <a id="Words">把鼠標(biāo)放在文字鏈接看看會出現(xiàn)什么效果.</a>
</td>
</tr>
</table>
北京 | 天津 | 上海 | 江蘇 | 山東 |
安徽 | 浙江 | 江西 | 福建 | 深圳 |
廣東 | 河北 | 湖南 | 廣西 | 河南 |
海南 | 湖北 | 四川 | 重慶 | 云南 |
貴州 | 西藏 | 新疆 | 陜西 | 山西 |
寧夏 | 甘肅 | 青海 | 遼寧 | 吉林 |
黑龍江 | 內(nèi)蒙古 |