Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Each time that I update Firefox I loose my Tabs on bottom of window page (userChromeCSS doesn't work). Please tell me why Firefox don't set it as an option.

  • 4 відповіді
  • 1 має цю проблему
  • 3 перегляди
  • Остання відповідь від Fabius

more options

userChromeCSS doesn't work anymore on version71.0 (64-bit)

#TabsToolbar {
  position: fixed;
  bottom: -0.5em;
  width: 100%;
  }
  #tabbrowser-tabs { width: 96%; }
  #content-deck { margin-bottom: 2.5em; }
userChromeCSS doesn't work anymore on version71.0 (64-bit) #TabsToolbar { position: fixed; bottom: -0.5em; width: 100%; } #tabbrowser-tabs { width: 96%; } #content-deck { margin-bottom: 2.5em; }
Прикріплені знімки екрана

Обране рішення

You gotta add "display: block !important" to your userchrome.css, see this:

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

As for why Mozilla doesn't support placing tabs, it's mostly to reduce having to maintain separate coding implementations for the location of the tabs, rather than having to maintain top tabs and bottom tabs separately.

Читати цю відповідь у контексті 👍 1

Усі відповіді (4)

more options

userChrome.css is not officially supported, so while it may work, there's no promise that it won't stop working or be broken in the future.

more options

Thanks for your answer. I can understand that it's not officially supported. What i don't understand is why Firefox doesn't allow us to decide where placing tabs as an option. I'm a basic user so I don't know what could be the effort for such implementation that appears to me a simple trick

more options

Вибране рішення

You gotta add "display: block !important" to your userchrome.css, see this:

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

As for why Mozilla doesn't support placing tabs, it's mostly to reduce having to maintain separate coding implementations for the location of the tabs, rather than having to maintain top tabs and bottom tabs separately.

more options

It works!!! Thanks a lot gor the suggestion.