Vanwege onderhoudswerkzaamheden die uw ervaring zouden moeten verbeteren, heeft deze website beperkte functionaliteit. Als een artikel uw probleem niet verhelpt en u een vraag wilt stellen, kan onze ondersteuningsgemeenschap u helpen in @FirefoxSupport op Twitter en /r/firefox op Reddit.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

What happened to browser.tabs.ontop setting

  • 3 antwoorden
  • 4 hebben dit probleem
  • 37 weergaven
  • Laatste antwoord van 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?

Gekozen oplossing

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!

Dit antwoord in context lezen 👍 1

Alle antwoorden (3)

more options

Gekozen oplossing

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:

Bewerkt door cor-el op

more options

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