본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

이 쓰레드는 잠기고 보존되었습니다. 만약 도움이 필요하시면 새로운 질문을 올려주세요.

Version 65.0 moved the tabs back to the top of the window. Why isn't the placement optional?

  • 8 답장
  • 6 이 문제를 만남
  • 19 보기
  • 최종 답변자: jmazzeo

more options

I just updated my copy of Firefox to version 65.0. Immediately, I noticed that the tab bar has now been moved back to the top of the window, despite the hack I used to move it down. I know that I'm certainly not unique in disliking this location for the tabs toolbar. It makes a lot more sense for that toolbar to be below the bookmarks toolbar. That way, it separates the website content from the program's interface. Does anybody know of a way to move the tabs back down below the bookmarks toolbar? TIA

I just updated my copy of Firefox to version 65.0. Immediately, I noticed that the tab bar has now been moved back to the top of the window, despite the hack I used to move it down. I know that I'm certainly not unique in disliking this location for the tabs toolbar. It makes a lot more sense for that toolbar to be below the bookmarks toolbar. That way, it separates the website content from the program's interface. Does anybody know of a way to move the tabs back down below the bookmarks toolbar? TIA

모든 댓글 (8)

more options

Tabs on top has been the default for a long time now. What method were you using to move tabs below the address bar?

more options

If you are using userChrome.css to move the Tab bar, it seems that the naming convention for some selectors was changed slightly for Firefox 65.

See this for a fixed version of "tabs on bottom" code for Fx65.

https://github.com/MrOtherGuy/firefox-csshacks/blob/master/chrome/Fx65_tabs_on_bottom.css

more options

In Firefox 65 they have moved the main Menu bar and the Tab bar in one #titlebar container. This makes it impossible to use a simple -moz-box-ordinal-group rule to move the Tab bar to the bottom position.

See:

글쓴이 cor-el 수정일시

more options

See also:

more options

Tyler Downer said

Tabs on top has been the default for a long time now. What method were you using to move tabs below the address bar?

Userchrome.

more options

JBVic said

Tyler Downer said
Tabs on top has been the default for a long time now. What method were you using to move tabs below the address bar?

Userchrome.

Which userChrome.css are you using?

more options

The code posted in this thread is the easiest way to get the tabs on bottom in Firefox 65+ versions.

more options

Why in God's name should we have to be programmers in our spare time just to get the tabs back below the bookmarks toolbar? Where they were forever and where most people want them. I was a graphic designer for years and design is meant to make the eye move in a logical order in an ad, directions, AND browser windows. It is NOT logical to have to jump up above the open window to the very top of the browser. It's also why there are margins of empty space at the top of pages of written material. At least give us the option to move it back without having to figure out what is quite complicated for non-programmers.