Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Mozilla 도움말 검색

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

자세히 살펴보기

What happened to browser.tabs.ontop setting

  • 3 답장
  • 4 이 문제를 만남
  • 2 보기
  • 최종 답변자: Questor

more options

I would like to place the address bar above the tabs. Is this still possible?

I would like to place the address bar above the tabs. Is this still possible?

선택된 해결법

Try use the Classic Theme Restorer, from version 29 isn't put the address bar above the tabs bar, but with Classic Theme Restorer add-on you can!

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (3)

more options

선택된 해결법

Try use the Classic Theme Restorer, from version 29 isn't put the address bar above the tabs bar, but with Classic Theme Restorer add-on you can!

more options

You can move the tabs to the lower position just above the browsing area without using an extension with code in userChrome.css because you only need to give the Tab bar a higher -moz-box-ordinal-group value (most toolbars have a default -moz-box-ordinal-group:1 to show them in DOM order).

Add code to the userChrome.css file below the default @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#TabsToolbar{ -moz-box-ordinal-group: 10000 !important; margin-top: -1px !important; }


The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

You can use this button to go to the currently used Firefox profile folder:

글쓴이 cor-el 수정일시

more options

Sorry, userChrome.css doesn't seem to work in version 35.0.1