• <ruby id="5koa6"></ruby>
    <ruby id="5koa6"><option id="5koa6"><thead id="5koa6"></thead></option></ruby>

    <progress id="5koa6"></progress>

  • <strong id="5koa6"></strong>
  • Javascript制作閃爍的邊框

    發表于:2007-06-21來源:作者:點擊數: 標簽:
    本文介紹用JS來制作閃爍的邊框,演示地址:http://www.85time.com首頁,我僅制作了一個閃爍的邊框,若想一個以上的邊框都能閃爍,可以定義多個變量,本文中,我僅定義了一個變量mydowns! 代碼如下,共有兩個文件: 文件一:mydowns.js !-- function flash()

       本文介紹用JS來制作閃爍的邊框,演示地址:http://www.85time.com首頁,我僅制作了一個閃爍的邊框,若想一個以上的邊框都能閃爍,可以定義多個變量,本文中,我僅定義了一個變量mydowns!
    代碼如下,共有兩個文件:
    文件一: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 >笑傲江湖</a>
    <a target="_blank">網友論壇</a></font> <p style="text-indent: 0; word-spacing: 0; margin: 0" align="center">
    <font size="2">
    <a target="_blank">實用引擎</a>
    <a target="_blank">推薦作品</a></font>
    <p style="text-indent: 0; word-spacing: 0; margin: 0" align="center">
    <font size="2">
    <a target="_blank">留言板</a>
    <a target="_blank">聊天室</a></font></td></tr></table>
    </body>
    </html>

    原文轉自:http://www.kjueaiud.com

    老湿亚洲永久精品ww47香蕉图片_日韩欧美中文字幕北美法律_国产AV永久无码天堂影院_久久婷婷综合色丁香五月

  • <ruby id="5koa6"></ruby>
    <ruby id="5koa6"><option id="5koa6"><thead id="5koa6"></thead></option></ruby>

    <progress id="5koa6"></progress>

  • <strong id="5koa6"></strong>