[問題] CSS固定字體
不好意思我是新手,因為接管別人架的網頁
發現部份網頁裡面的連結,滑鼠點左鍵若沒放開,字體會變大
後來把顯示正常網頁的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
11/30 12:14, 1F
→
11/30 13:08, , 2F
11/30 13:08, 2F
→
11/30 13:17, , 3F
11/30 13:17, 3F