MozTW 討論區
https://forum.moztw.org/

mozilla browser 右上角的 icon
https://forum.moztw.org/viewtopic.php?f=3&t=3415
1 頁 (共 1 頁)

發表人:  alantsuei [ 2004-10-09, 19:48 ]
文章主題 :  mozilla browser 右上角的 icon

請問一下,有人可以把mozilla右上角的那個m 改成netscape的n嗎?(就是那個網頁讀取中會有小流星在跑的圖樣),謝謝!

發表人:  xacid [ 2004-10-10, 00:02 ]
文章主題 : 

可以參考 http://www.spuler.us/apollo/index.html# 最下面的 "Theme Options" ,簡單說是用 theme 改 CSS 。
看看這段 Apollo theme 裡的 throbber.css:
代碼:
#navigator-throbber {
  list-style-image: url("chrome://global/skin/subskin/throbber32.png") !important;
}
#navigator-throbber[busy="true"] {
  list-style-image: url("chrome://global/skin/subskin/throbber-anim.gif") !important;
}

toolbar[iconsize="small"] #navigator-throbber,
toolbar[mode="text"] #navigator-throbber {
  list-style-image: url("chrome://global/skin/subskin/throbber16.png") !important;
}
toolbar[iconsize="small"] #navigator-throbber[busy="true"],
toolbar[mode="text"] #navigator-throbber[busy="true"] {
  list-style-image: url("chrome://global/skin/subskin/throbber16-anim.gif") !important;
}


其實語法不難,只要修改 url 然後把這些 css 加到 userChrome.css 應該可以。不過我沒試過,您成功了說一聲喔!

1 頁 (共 1 頁) 所有顯示的時間為 UTC + 8 小時
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/