作者mdfh (恶魔党)
看板Web_Design
标题Re: [问题] 滑鼠经过超连结时的变化
时间Thu May 20 17:08:18 2004
※ 引述《puregon (puregon)》之铭言:
: ※ 引述《allnights (ff)》之铭言:
: : 我想mouse 点到有超连结的文字时
: : 文字会出现underline 及颜色变化
: : 平常是没有underline 的
: : 要如何写
: <style type="text/css">
: font-family: "Times New Roman", "Times", "serif";
: font-size: 9px;
: font-weight: normal;
: text-decoration: underline overline line-through blink;
: </style>
: 底线 上端线 删除线 闪烁
这样变成锁死的 underline ...没有变化吧?
<style type="text/css">
a:link { color:ffffff ; text-decoration:none }
a:hover { color:cccccc ; text-decoration:underline }
a:active { color: cccccc ; text-decorarion:underline }
a:visited { color: red ; text-decoration: none }
</style>
上面的第一行是指超连结的样式 第二行是滑鼠移上去时的样式
第三行是 "按下去的那瞬间" 的样式 第四行是已经点选过的连结样式
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.115.75.112
1F:推 puregon:噗 对也 我没注意到, 感谢这位大的说明 :D 61.62.56.135 05/20