Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

How do I put the tab-bar back on bottom in Firefox 29?

  • 2 respostas
  • 7 têm este problema
  • 1 visualização
  • Última resposta por cor-el

more options

Why does the about:config browser.tabs.onTop. set to false no longer work. This is not acceptibale unless I am doing something wrong and it worked in past version. Please respond

Why does the about:config browser.tabs.onTop. set to false no longer work. This is not acceptibale unless I am doing something wrong and it worked in past version. Please respond

Solução escolhida

You can also move the Tab bar to the lower position with code in userChrome.css as basically 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).

Ler esta resposta no contexto 👍 0

Todas as respostas (2)

more options

Hello SnowdogJJJ, you can use the next add-on for that :

https://addons.mozilla.org/en-US/firefox/addon/tabs-on-bottom/?src=ss


thank you

more options

Solução escolhida

You can also move the Tab bar to the lower position with code in userChrome.css as basically 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).