Re: [問題] 滑鼠經過超連結時的變化

看板Web_Design作者 (惡魔黨)時間20年前 (2004/05/21 01:03), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串1/1
※ 引述《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
噗 對也 我沒注意到, 感謝這位大的說明 :D
61.62.56.135 05/20, 1F
文章代碼(AID): #10hEJXp2 (Web_Design)
文章代碼(AID): #10hEJXp2 (Web_Design)