Anonymous 寫:
謝謝
其它答案我都找到了
沒辦法拉大小看起來真難過....
而且選單大小直接在Windows裡面改
其他的不也會受到影響??
我只想改Firefox的 因為好小....
唔…我不確定你的等級到哪,所以先這麼回覆,
把下面的碼加到 Userchrome.css 這個檔中(一般會希望你放在@namespace url這道之上),
代碼:
/* Change the font size and type of menu items */
menubar > menu {font-size: 10px !important;
}
而其中的「font-size: 10px」就是改字型大小的地方。請自行修改需要的大小。
另,只要你會玩CSS、甚至只需要懂HTML,那麼幾乎都隨你玩,例如,
代碼:
/* Change the font size and type of menu items */
menubar > menu {font-size: 10px !important;
font-family: Comic Sans MS, sans-serif !important;
font-weight: bold !important;
}
font-size是字型大小,font-family是字體,諸如。
雖然不瞭解為什麼單獨只有Firefox會讓你覺得特別小。