鼠标经过时链接文字的特殊显示

时间:2007-04-13 来源:互联网 编辑:司徒白 作者:不详 [ ]
  鼠标经过时链接文字的特殊显示
以下是代码片段:

<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>鼠标经过时链接文字的特殊显示</title>
<style>
A {
 FILTER: progid:dximagetransform.microsoft.gradientwipe(duration=1); BEHAVIOR: url(images/xs.htc); CURSOR: hand; HEIGHT: 1px; TEXT-DECORATION: none
}
A:link {
 COLOR: #3d3525
}
A:visited {
 COLOR: #3d3525
}
A:hover {
 COLOR: #ede8e0
}
A:active {
 COLOR: #3d3525
}
</style>
</head>

<body bgcolor="#000000">


<p><a target="_blank" href="#">
网页特效观止-最新最全的网页特效</a></p>


<p><font color="#FFFFFF">代码中的style中间的代码加到网页里即可</font></p>


</body>
</html>

 


访问() 相关评论() 打印资源 返回顶部 加入收藏

最新评论