搜尋 Mozilla 技術支援網站

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

Learn More

Is there a way i can move Minimize/Maximize/Close buttons to the left of Firefox v30?

  • 5 回覆
  • 1 有這個問題
  • 63 次檢視
  • 最近回覆由 Tora bisu

more options

I would prefer them on the left side of Firefox instead of the right side.

I'm using windows 7, Firefox v30

I would prefer them on the left side of Firefox instead of the right side. I'm using windows 7, Firefox v30

所有回覆 (5)

more options

Many aspects of Firefox's interface can be modified by applying custom style rules. Once you know the rules you want to use, you can apply them using either the Stylish extension or by creating/editing a userChrome.css file. Personally I prefer Stylish for easy tweaking and previewing, but if you don't want any more extensions, then userChrome.css would be the approach for you.

Anyway, assuming you do not use the top of the browser for either the Title Bar or the Menu bar, then this pair of rules will slide the buttons to the left for you:

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* Suppress the spacer that keeps the min/max/close buttons on the right */
#titlebar-spacer {
    display:none !important;
}
/* Adjust the margins so the buttons do not overlap the tabs */
#titlebar-buttonbox-container {
    margin-top: -8px !important;
    margin-bottom: 10px !important;
}

You can see the result in the attached screen shot.

However, this doesn't work with the Title Bar or Menu bar, and the buttons are half obscured when the window is maximized, so it definitely needs more work.

If you search around, perhaps someone already has posted a more complete solution.

more options

Nope. It didn't work, ive also already searched :(

more options

Hmm, it worked on a "Basic" Windows 7 theme, but I can't see a way to move the buttons on an "Aero" theme.

more options

For some reason it works on pale moon but not firefox, see next post

more options

Firefox pic