MozTW 討論區 https://forum.moztw.org/ |
|
CSS的文字大小設定問題 https://forum.moztw.org/viewtopic.php?f=13&t=7152 |
第 1 頁 (共 1 頁) |
發表人: | 筆筆 [ 2005-03-19, 17:53 ] |
文章主題 : | CSS的文字大小設定問題 |
小弟我留言版的CSS語法如下... 但是文字會變太小...要怎麼改才對呢? <style type="text/css"> a:link{color:00AD66; font-style: normal; text-decoration: none; cursor: hand} a:visited{color:008899; font-style: normal; text-decoration: none} a:active{color:005525; font-style: normal; text-decoration: none} a:hover {color:005525;text-decoration:underline} body,td {color:5F9922; font:10 pt 新細明體} input,textarea,select {font:9pt;} body { SCROLLBAR-3DLIGHT-COLOR: 000000; SCROLLBAR-ARROW-COLOR: 000000; SCROLLBAR-DARKSHADOW-COLOR:acc4de; SCROLLBAR-BASE-COLOR:f1f1f1 } </style> |
發表人: | iameason [ 2005-03-19, 18:12 ] |
文章主題 : | ??? |
看起來不像是會太小的語法,您留言版的網址po出來看看... ![]() |
發表人: | 筆筆 [ 2005-03-19, 18:17 ] |
文章主題 : | |
iameason 寫: 看起來不像是會太小的語法,您留言版的網址po出來看看...
![]() http://www.gbstar.net/afgb.php?A=bibi |
發表人: | iameason [ 2005-03-19, 18:50 ] |
文章主題 : | ... |
代碼: <style type="text/css">
a:link{color:#00AD66; font-style: normal; text-decoration: none;} a:visited{color:#008899; font-style: normal; text-decoration: none} a:active{color:#005525; font-style: normal; text-decoration: none} a:hover {color:#005525;text-decoration:underline} body,td {color:#5F9922; font:10pt "Arial"} input,textarea,select {font:9pt;} </style> 這樣是比較正確的語法,您剛剛沒有把字體名稱括號 ("") 起來,會把字體名稱誤判成 "pt 新細明體".....而10少了pt這個單位,電腦就會以為是您要用"px" (像素),當然會變得很小啊! ![]() ![]() ![]() 我把字體改成arial,這樣會比較好看些?! ![]() 順帶一提,在a:link中的cursor:hand (??這樣拼嗎?),這段可以刪掉,因為不管是IE還是FX...滑鼠碰到連結的時候都會顯示成一個手的圖案,而且有些瀏覽器不支援這段語法,所以我也刪掉了...........=___= (放心~不是firefox啦~可是還是要改!) 還有,(可真囉唆啊) 色碼前面要加一個#,有些瀏覽器不支援沒有加#的色碼 (放心~不是firefox啦~可是還是要改!) |
發表人: | 筆筆 [ 2005-03-19, 19:20 ] |
文章主題 : | |
可以了 真是感謝您~~ |
第 1 頁 (共 1 頁) | 所有顯示的時間為 UTC + 8 小時 |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |