Re: [問題] 滑鼠經過超連結時的變化
※ 引述《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
推
61.62.56.135 05/20, , 1F
61.62.56.135 05/20, 1F
Web_Design 近期熱門文章
PTT數位生活區 即時熱門文章