Ky sajt do të funksionojë me kufizime, teksa bëjmë mirëmbajtjen e tij për të përmirësuar punën tuaj. Nëse një artikull nuk e zgjidh problemin tuaj dhe dëshironi të bëni një pyetje, kemi bashkësinë tonë të asistencës, e gatshme për t’ju ndihmuar, te @FirefoxSupport në Twitter dhe/r/firefox në Reddit.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

want tabs below bookmarks toolbar (again)

  • 5 përgjigje
  • 2 e kanë hasur këtë problem
  • 1 parje
  • Përgjigjja më e re nga SirusZex

more options

just updated to 7.2, and now my userchrome.css has broken "again".....

l cant do tabbed browsing like this as only the selected tab is accessable, anything else l click just accesses my bookmarks toolbar... why does Mozilla keep on breaking this? why cant they give us an option to change the location above or below like before..

just updated to 7.2, and now my userchrome.css has broken "again"..... l cant do tabbed browsing like this as only the selected tab is accessable, anything else l click just accesses my bookmarks toolbar... why does Mozilla keep on breaking this? why cant they give us an option to change the location above or below like before..
Foto të bashkëngjitura ekrani

Zgjidhje e zgjedhur

Found the solution HERE

You need to wrap the contents of your userChrome.css file in this:

@-moz-document url(chrome://browser/content/browser.xul), url(chrome://browser/content/browser.xhtml) {

} <=Closing bracket is last line of userChrome file

Lexojeni këtë përgjigje brenda kontekstit 👍 0

Krejt Përgjigjet (5)

more options

SirusZex said

just updated to 7.2, and now my userchrome.css has broken "again"..... ... why does Mozilla keep on breaking this? why cant they give us an option to change the location above or below like before..

First, it's Firefox 72.0, not 7.2!

That old option was removed with Firefox 29 Australis in April 2014 and after that a user needed to install an extension to "restore" that option. Classic Theme Restorer was used by many users of that time to get the tabs moved to the bottom.

Check this sub-reddit for the code needed when the userChrome.css code needs to be tweaked, again. https://www.reddit.com/r/FirefoxCSS/

more options

l really loved the theme restorer addon, but sadly that doesnt work any more.

as for the reddit, l came here because l couldnt find anything there.. looks like the only peeps to of fixed their issue are on Win7 the only thing lve achieved is a mess over my bookmarks toolbar, the temp solution l found was to remove the the reference "absolute" which annoyingly puts the tabs at the top again, which l suppose is better than them being unclickable mess over my bookmarks toolbar.

it just begs the question why this isnt an option in firefox, plenty of peeps seem to prefer the tabs below the toolbars and the last two updates seem to break things.

more options

Zgjidhja e Zgjedhur

Found the solution HERE

You need to wrap the contents of your userChrome.css file in this:

@-moz-document url(chrome://browser/content/browser.xul), url(chrome://browser/content/browser.xhtml) {

} <=Closing bracket is last line of userChrome file

more options

If your current code to get the tabs on bottom isn't working in Firefox 72 then see my reply in this thread:

more options

demian_temp88 said

Found the solution HERE You need to wrap the contents of your userChrome.css file in this: @-moz-document url(chrome://browser/content/browser.xul), url(chrome://browser/content/browser.xhtml) { } <=Closing bracket is last line of userChrome file

finally an edit that works, thank you!! appreciated.