网页特效:鼠标经过变色文字

  • 来源: 赛迪网 作者: 若水   2008-05-04/11:30
  • 很实用的效果,代码也不多。

    <html>
    <head>
    <title> </title>
    </head>
    <body>
    <p onmousemove="hello()"><font size="3" face="宋体">鼠标经过变色文字,试试。</font></p>
    <p><script language="VBscript">
    sub hello
    document.fgColor=int(256*256*256*rnd)
    end sub
    </script>
    </body>
    </html>


    评论 {{userinfo.comments}}

    {{money}}

    {{question.question}}

    A {{question.A}}
    B {{question.B}}
    C {{question.C}}
    D {{question.D}}
    提交

    驱动号 更多