脚本特效展示
让你的链接最有个性
新思路网页特效集锦--特效代码
以下代码加入<head>区域
<script language=javascript> function mover(){ document.all.tags("a").item(0).style.textdecoration="none"; } </script> <style type=text/css>a:hover { color: orange } </style> <style type=text/css>a:hover { cursor: ne-resize } a { text-decoration: none } </style>
以下代码加入<body>区域
<a href="http://code.jj88.net">新思路网页特效集锦</a>