搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Cannot get the css file to work for tabs.

  • 4 回覆
  • 4 有這個問題
  • 4 次檢視
  • 最近回覆由 suzanne77

more options

I have tried all of the css code in the userChrome.css file in the chrome folder in my profile folder. Nothing makes the the tabs revert to being underneath. I hate these tabs--they are not easy to use. Also, the print in the URL box and the search box is way too big and I cannot get it smaller. Everything is too big.

I really liked Firefox before this, and it was fast enough. Can anyone tell me why the css code is not working? I have tried 3 different codes that were posted or linked to on this forum.

I have also applied different themes to the menu bars, and they just revert back to the black tabs with no separation.

I have tried all of the css code in the userChrome.css file in the chrome folder in my profile folder. Nothing makes the the tabs revert to being underneath. I hate these tabs--they are not easy to use. Also, the print in the URL box and the search box is way too big and I cannot get it smaller. Everything is too big. I really liked Firefox before this, and it was fast enough. Can anyone tell me why the css code is not working? I have tried 3 different codes that were posted or linked to on this forum. I have also applied different themes to the menu bars, and they just revert back to the black tabs with no separation.

被選擇的解決方法

Try this:

/* Tab bar below Navigation & Bookmarks Toolbars For best results, show Title Bar or Menu Bar */ #nav-bar { /* main toolbar */ -moz-box-ordinal-group: 1 !important; border-top-width: 0 !important; } #PersonalToolbar { /* bookmarks toolbar */ -moz-box-ordinal-group: 2 !important; } #TabsToolbar { /* tab bar */ -moz-box-ordinal-group: 3 !important; }

從原來的回覆中察看解決方案 👍 1

所有回覆 (4)

more options

選擇的解決方法

Try this:

/* Tab bar below Navigation & Bookmarks Toolbars For best results, show Title Bar or Menu Bar */ #nav-bar { /* main toolbar */ -moz-box-ordinal-group: 1 !important; border-top-width: 0 !important; } #PersonalToolbar { /* bookmarks toolbar */ -moz-box-ordinal-group: 2 !important; } #TabsToolbar { /* tab bar */ -moz-box-ordinal-group: 3 !important; }

more options

Note that you need to restart Firefox for changes to take effect

more options

Moses said

Try this: /* Tab bar below Navigation & Bookmarks Toolbars For best results, show Title Bar or Menu Bar */ #nav-bar { /* main toolbar */ -moz-box-ordinal-group: 1 !important; border-top-width: 0 !important; } #PersonalToolbar { /* bookmarks toolbar */ -moz-box-ordinal-group: 2 !important; } #TabsToolbar { /* tab bar */ -moz-box-ordinal-group: 3 !important; }
more options

Thank you! This is the first one that worked!