搜尋 Mozilla 技術支援網站

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

Learn More

Used the fix for Tabs on Bottom but lost the top right buttons for minimize, cascade, restore, exit.

  • 2 回覆
  • 1 有這個問題
  • 5 次檢視
  • 最近回覆由 cor-el

more options

The above pretty much sums it up. I at least have tabs on bottom and haven't done any coding in 40+ years but I'll try some tweaks but would really like the above mentioned buttons back.

The above pretty much sums it up. I at least have tabs on bottom and haven't done any coding in 40+ years but I'll try some tweaks but would really like the above mentioned buttons back.

被選擇的解決方法

Make sure that you have either the window title bar or the menu bar visible. Otherwise the caption buttons would be placed on the Tab bar and this might not work properly (the buttons need to be positioned via a "top:offset" rule and this only works properly for a known Bookmarks toolbar state).

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

所有回覆 (2)

more options

Assuming your "fix" involves the userChrome.css file ... Does the code for that "fix" have any lines that refer to titlebar?

If so, try commenting out - using /* */ - those lines, then start Firefox.

https://www.userchrome.org/ https://www.userchrome.org/what-is-userchrome-css.html https://www.userchrome.org/help-with-userchrome-css.html

more options

選擇的解決方法

Make sure that you have either the window title bar or the menu bar visible. Otherwise the caption buttons would be placed on the Tab bar and this might not work properly (the buttons need to be positioned via a "top:offset" rule and this only works properly for a known Bookmarks toolbar state).

由 cor-el 於 修改