以下是代码片段:
<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>
|