[問題] CSS固定字體

看板Web_Design作者 (順服)時間16年前 (2009/11/30 11:53), 編輯推噓1(102)
留言3則, 3人參與, 最新討論串1/1
不好意思我是新手,因為接管別人架的網頁 發現部份網頁裡面的連結,滑鼠點左鍵若沒放開,字體會變大 後來把顯示正常網頁的CSS程式碼copy過去就好了 (因為每頁架構都差不多,所以我才敢這樣try) 但是我看不出到底是哪行在搞怪,所以想請教一下 以便下次遇到時可以直接修改關鍵的地方 先附上出問題的CSS ============================================ <style type="text/css"> <!-- a:link { text-decoration: none; color: #0000FF; } a:visited { text-decoration: none; color: #0000FF; } a:hover { text-decoration: underline; color: #00FF00; } a:active { text-decoration: none; color: #FF0000; font-size: xx-large; } body { background-color:#CCCCCC; color:#000000; margin-top:0px;font-weight: normal; font-family:標楷體, "Times New Roman"; } th {font-size:large; font-weight:normal; text-align:left } td{ font-size:medium; font-weight:normal; text-align:left } #table14 { font-size: x-small; } --> </style> ====================================================== 接著附上正常的 <style type="text/css"> <!-- a:link { text-decoration: none; color: #0000FF; } a:visited { text-decoration: none; color: #0000FF; } a:hover {color:lime; text-decoration:underline } a:active { text-decoration: none; color: #FF0000; } body { background-color: #CCCCCC; margin-top:0px; font-weight: normal; font-family:標楷體, "Times New Roman"; } p { text-align:center; width: 148px; } #I6 { height: 61px; width: 245px; float: left; } --> </style> ==================================================== -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 163.13.116.164

11/30 12:14, , 1F
active
11/30 12:14, 1F

11/30 13:08, , 2F
在 "a:active" 裡面的 "font-size: xx-large;"
11/30 13:08, 2F

11/30 13:17, , 3F
感謝^^~~~~這樣我就有方向可以查了
11/30 13:17, 3F
文章代碼(AID): #1B4q6unX (Web_Design)