Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How can I add 1pixel border above tabs, on window name bar, like in Opera. This helps in moving FF window.

  • 10 个回答
  • 1 人有此问题
  • 6 次查看
  • 最后回复者为 mysz94

more options

In Opera there is a 1px line above tabs which helps in organising windows. So I can move the cursor highest on the screen, click and move the window or if I want do change window to firefox from another window i can click highest on the screen fastest as possible. Is it possible to do this border?

In Opera there is a 1px line above tabs which helps in organising windows. So I can move the cursor highest on the screen, click and move the window or if I want do change window to firefox from another window i can click highest on the screen fastest as possible. Is it possible to do this border?

所有回复 (10)

more options

Hmmm, normally Firefox doesn't push the tabs all the way to the top of the window unless the window is maximized. In that case, of course, you can't move the window. So I'm not sure I understand how your Firefox is set up. Are you using an add-on or custom style rules?

Could you maybe post a screen shot showing the problem and/or desired solution? This article might help: How do I create a screenshot of my problem?

more options

I'm using default style. Look in the screenshot. If I move the cursor highest on the screen one of tabs is highlighted, and if i click it will change on it. I want not to change tab, but only highlight the FF window. See this in opera. It's especial problem.

more options

you could add the following code in your UserChrome.css file:

#main-window[tabsintitlebar]:not([inFullscreen]) #toolbar-menubar[inactive] ~ #TabsToolbar { margin-top:2px; }
more options

Thanks, but it doesn't work. Or I dont know how to use this code... Are you sure that it works in FF17?

more options

yes it should work with ff17 - please also note that it's called userChrome.css (and not with a capital U as in my prior answer).

more options

Still not works. I see directory (...)/profile/chrome in your screen... Look at mine. I thought that may be cause the file profiles.ini with anoter patch... idk.

more options

yes, the /chrome folder with the userChrome.css file doesn't appear to be in the right folder - it has to go into your profile folder. you can access it easily by going into firefox > help > troubleshooting information and clicking on profile folder/show folder. put the /chrome-folder in there & restart firefox afterwards & see if it does take effect then.

more options

Wow! Great Thanks! It works! But there is one problem: this margin doesnt work like Name bar, so i cant catch it and move ;-) But it's optional for me in result.

more options

ok, i experimented a bit & this will work better instead :-)

#main-window[sizemode="maximized"] > #titlebar { margin-bottom: -1px; }
more options

Wohoo! Thanks! You are the best :P