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!

Avatar for Username

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

Update To FF 71 Moved Tabs Above Address Bar How To Move Them Back?

  • 8 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 1 προβολή
  • Τελευταία απάντηση από cor-el

more options

Got updated to FF71 and my Tabs which I had moved under address bar got moved back above the address bar. (Had moved them under by creating userChrome.css file which no longer works) Is there anyway I can get the tabs again to display to under the address bar? It's just so confusing with the tabs on top. I appreciate any help!

Got updated to FF71 and my Tabs which I had moved under address bar got moved back above the address bar. (Had moved them under by creating userChrome.css file which no longer works) Is there anyway I can get the tabs again to display to under the address bar? It's just so confusing with the tabs on top. I appreciate any help!

Επιλεγμένη λύση

Great! This worked like a champ -- Once I figured it out (Not tech savoy, but I got enough from your description to get the right file to the right place). Thank you so much for the assist!

Ανάγνωση απάντησης σε πλαίσιο 👍 0

Όλες οι απαντήσεις (8)

more options

A selector used in userChrome.css in that "Tabs Above Address Bar" modification was changed once again, so you need to update the code that you are using.

See this: https://support.mozilla.org/en-US/kb/forum-response-tabs-below-url-bar

more options

Επιλεγμένη λύση

Great! This worked like a champ -- Once I figured it out (Not tech savoy, but I got enough from your description to get the right file to the right place). Thank you so much for the assist!

more options

Just to be clear, for those who understand about the "userChrome.css" file, the following block of code needs to be placed in that file. A simple copy and past of this section, taken from the page linked by "the-edmeister" above, worked perfectly in Firefox 71, and the page states that the "code works in Firefox 65 and above." Note that you do need to restart Firefox after editing the css file. Back up your css file, then Copy and Paste all of the following:


/* TABS on bottom */

  1. navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {
-moz-box-ordinal-group: 10;

}

  1. TabsToolbar {
-moz-box-ordinal-group: 1000 !important;

}

  1. TabsToolbar {
display: block !important;
position: absolute !important;
bottom: 0 !important;
width: 100vw !important;

}

  1. main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {
padding-bottom: var(--tab-min-height) !important;

}

  1. tabbrowser-tabs {
width: 100vw !important;

}

  1. TabsToolbar #window-controls {
display: none !important;

}

more options

Thank you for the reply ... This solution would be faster for those with an existing css file, you can just paste this over the old file ... What would really be great if those updating Firefox wouldn't mess this up or at least added in a fix such as this to work around the update ... After using this format for years, it is jarring to have to find the tabs after they moved ... There used to be a line in the drop down box for "Tabs On Bottom"

more options

I have been using Firefox for years and it's really disconcerting to find it suddenly rearranged without my having any choice in it. Thanks for the information about how to fix it, but this is so complicated! Why on earth couldn't they simply leave it alone where you could choose where the tabs went?

more options

I tried the solution described above and saved the userChrome file but nothing happened. All those complicated instructions to follow and no result.

more options

Alan: What version of Firefox did this? (Click Help dropdown and "About")

more options

This thread is about tabs on bottom for Firefox 71. For Firefox 76 you will need newer code.

You can try this code: