MozTW 討論區

各項 Mozilla 相關軟體與技術討論
現在的時間是 2025-08-27, 07:27

所有顯示的時間為 UTC + 8 小時





發表新文章 回覆主題  [ 3 篇文章 ] 
發表人 內容
文章發表於 : 2007-07-22, 13:33 
離線

註冊時間: 2007-02-18, 00:02
文章: 12
使用Stylish隐藏工具栏代码可否保留Navigation toolbar呢?
代碼:
/* --- begin example --- *//*

//this will hide a toolbar
#toolbar-id {
  display: none;
}

//this will show the toolbar if you move the cursor to navigator toolbox
#navigator-toolbox:hover > #toolbar-id {
  display: -moz-box;
}

*//*--- end example --- */


/* The following CSS code will hide navigation toolbar and personal toolbar
and show them again if you move the cursor to menubar */

/* begin css */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#nav-bar, #PersonalToolbar {
  display: none;
}

#navigator-toolbox:hover > #nav-bar,
#navigator-toolbox:hover > #PersonalToolbar {
  display: -moz-box;
}

/* end css */


回頂端
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070624 BonEcho/2.0.0.4 (tete009 SSE PGO)
 個人資料  
引用回覆  
 文章主題 :
文章發表於 : 2007-07-23, 08:51 
離線
頭像

註冊時間: 2004-08-23, 21:52
文章: 512
來自: 台灣
換成下列的 CSS 就可以
代碼:
/* --- begin example --- *//*

//this will hide a toolbar
#toolbar-id {
  display: none;
}

//this will show the toolbar if you move the cursor to navigator toolbox
#navigator-toolbox:hover > #toolbar-id {
  display: -moz-box;
}

*//*--- end example --- */


/* The following CSS code will hide navigation toolbar and personal toolbar
and show them again if you move the cursor to menubar */

/* begin css */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#PersonalToolbar {
  display: none;
}

#navigator-toolbox:hover > #nav-bar,
#navigator-toolbox:hover > #PersonalToolbar {
  display: -moz-box;
}

/* end css */

只是我不清楚為什麼要用 Stylish 來達成 Fx 已內建的功能?


回頂端
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070325 Firefox/2.0.0.3 (Firefox musume)
 個人資料  
引用回覆  
 文章主題 :
文章發表於 : 2007-07-23, 12:44 
離線

註冊時間: 2004-07-03, 22:04
文章: 444
hof 寫:
只是我不清楚為什麼要用 Stylish 來達成 Fx 已內建的功能?

大概是要讓滑鼠移過才顯示,平常節省螢幕空間吧。

_________________
試試 Compact Menu 修改版


回頂端
Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
 個人資料  
引用回覆  
顯示文章 :  排序  
發表新文章 回覆主題  [ 3 篇文章 ] 

所有顯示的時間為 UTC + 8 小時


誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 31 位訪客


不能 在這個版面發表主題
不能 在這個版面回覆主題
不能 在這個版面編輯您的文章
不能 在這個版面刪除您的文章
不能 在這個版面上傳附加檔案

搜尋:
前往 :  
Powered by phpBB® Forum Software © phpBB Group
正體中文語系由 竹貓星球 維護製作
© moztw.org, Mozilla Foundation
MozTW,Mozilla 台灣社群