作者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