當前位置:開發者網絡 >> 網頁特效 >> 狀態欄類 >> 內容
精彩推薦
分類最新特效
分類熱點特效
   
對鏈接的說明文字放在狀態欄上顯示
日期:2004-06-15   人氣:   【字體: 】【收藏此文


<!-- 網頁特效代碼由[中國WEB開發者網絡:http://www.ChinaWebDev.com]提供! -->
<!-- 要實現此效果需要 2 個步驟: -->

<!-- 第 1 步: -->
<!-- 把下面的代碼加到<HEAD></HEAD>區域中: -->

<script language="JavaScript">

<!--

function MM_displayStatusMsg(msgStr) { //v1.0

status=msgStr;

document.MM_returnValue = true;

}

//-->

</script>




<!-- 第 2 步: -->
<!-- 把下面的代碼加到<BODY></BODY>區域中: -->

<a href="http://www.yahoo.com"

onMouseOver="MM_displayStatusMsg('中文雅虎搜索引擎!!!');

return document.MM_returnValue"><font color="#0000FF">中文雅虎

</font></a><br>

<br>

<a href="http://www.163.net"

onMouseOver="MM_displayStatusMsg('中國人氣最旺的中文網站');

return document.MM_returnValue"><font color="#0000FF">網易</font></a>

<br>

<br>

<a href="http://www.sina.com.cn"

onMouseOver="MM_displayStatusMsg('最好最全的新聞網站');

return document.MM_returnValue"><font color="#0000FF">新浪網</font></a>