用JS來(lái)制作閃爍的邊框

2022-06-12發(fā)布者:ylm大小: 下載:0

文件大小:

軟件介紹

文件一:mydowns.js
<!--
function flash(){
if (!document.all)
return
if (mydowns.style.borderColor=="green")
mydowns.style.borderColor="E7FFA5"
else
mydowns.style.borderColor="green"
}
setInterval("flash()", 800)
//-->
文件二:mydowns.htm
<html>
<body>
<script src=mydowns.js></script>
<table width=130 id="mydowns" style="border:1px solid green"><tr><td width="100%" lign="center">
<p style="text-indent: 0; word-spacing: 0; margin: 0" align="center"><font color="#008000" size="2">本站欄目</font>
<p style="text-indent: 0; word-spacing: 0; margin: 0" align="center">
<font size="2">
<a href="http://www.85time.com/xajh/">笑傲江湖</a>
<a href="http://www.85time.com/bbs/" target="_blank">網(wǎng)友論壇</a></font> <p style="text-indent: 0; word-spacing: 0; margin: 0" align="center">
<font size="2">
<a href="http://www.85time.com/engine.htm" target="_blank">實(shí)用引擎</a>
<a href="http://www.85time.com/opus/opus.htm" target="_blank">推薦作品</a></font>
<p style="text-indent: 0; word-spacing: 0; margin: 0" align="center">
<font size="2">
<a href="http://www.85time.com/gb/" target="_blank">留言板</a>
<a href="http://www.85time.com/chat/" target="_blank">聊天室</a></font></td></tr></table>
</body>
</html>
發(fā)表評(píng)論(共0條評(píng)論)
請(qǐng)自覺遵守互聯(lián)網(wǎng)相關(guān)政策法規(guī),評(píng)論內(nèi)容只代表網(wǎng)友觀點(diǎn),發(fā)表審核后顯示!

版權(quán)聲明:

1 本站所有資源(含游戲)均是軟件作者、開發(fā)商投稿,任何涉及商業(yè)盈利目的均不得使用,否則產(chǎn)生的一切后果將由您自己承擔(dān)!

2 本站將不對(duì)任何資源負(fù)法律責(zé)任,所有資源請(qǐng)?jiān)谙螺d后24小時(shí)內(nèi)刪除。

3 若有關(guān)在線投稿、無(wú)法下載等問題,請(qǐng)與本站客服人員聯(lián)系。

4 如侵犯了您的版權(quán)、商標(biāo)等,請(qǐng)立刻聯(lián)系我們并具體說(shuō)明情況后,本站將盡快處理刪除,聯(lián)系QQ:2499894784

返回頂部