| 特效代码集 |
|
作者:野汉子 文章来源:im286 点击数: 更新时间:2004-8-25 14:33:51  |
|
同页面的超级连接不同颜色
Code:
| |
|
<html> <head> <style> a.a1:link { font-size: 9pt; color: #000000; text-decoration: none; } a.a1:visited { font-size: 9pt; color: #999999; text-decoration: none; } a.a1:hover { font-size: 9pt; color: #FF6600; position: relative; top: 1px;
} a.a1:active { font-size: 9pt; color: #333333; text-decoration: none; } a.a2:link { font-size: 9pt; color: #00ff00; } a.a2:hover { font-size: 10pt; color: #FF3300; position: relative; top: 5px;
} a.a2:active { font-size: 9pt; color: #fffff; text-decoration: none; } </style> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>无标题文档</title> </head>
<body> <center> <br> <br> <br> <br> <a href="" class="a1">123456</a> <a href="" class="a2">000000</a> </center> </body> </html> | |
|
<< 上一页 [11] [12] [13] [14] [15] [16] [17] [18] [19] |
| 文章录入:admin 责任编辑:admin |
|
上一篇文章: 真正页面无刷新调用数据原理
下一篇文章: JS广告代码大集合 |
| 【字体:小 大】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 |