Can't move tabs below toolbar firfox 58.0

User Help for Mozilla Firefox
Post Reply
hairyj
Posts: 1
Joined: January 23rd, 2018, 2:14 pm

Can't move tabs below toolbar firfox 58.0

Post by hairyj »

first let me make this clear, i'm REALLY not computer savvy.

now i have two laptops i use, the first automatically updated (to 57x i think) now this one i'm on now and unsuccessfully trying to UNSCREW the wonderful changes no one asked for is fighting me.

i was able to move the tabs on the first laptop by creating the userChrome.css file and inserting some code i got off the web.

however on this machine no matter what i do i cannot get the friggin tabs back where they BELONG.

can someone, anyone please give me the exact steps to move the tabs down on firefox 58.0?

ive been all over the web trying to do this and have failed miserably

thanks
User avatar
Eckard
Posts: 1414
Joined: September 5th, 2011, 8:17 am
Location: Paris (not TX)

Re: Can't move tabs below toolbar firfox 58.0

Post by Eckard »

The following css code in my userChrome.css file works here in Firefox 58 on a Mac:

Code: Select all

/* Nav bar on top */
#nav-bar {
-moz-box-ordinal-group: 1 !important; }

/* Personal toolbar in the middle */
#PersonalToolbar {
-moz-box-ordinal-group: 2 !important; }

/* Tabs below */
#TabsToolbar {
-moz-box-ordinal-group: 3 !important; }
User avatar
RobertJ
Moderator
Posts: 10880
Joined: October 15th, 2003, 7:40 pm
Location: Chicago IL/Oconomowoc WI

Re: Can't move tabs below toolbar firfox 58.0

Post by RobertJ »

.
Eckard, that works. I guess I'm just old and still remember going to the card catalogs in the library where the tabs were on top. They are also on the top in my desk file drawers. :wink:


.
FF 92.0 - TB 78.13 - Mac OSX 10.13.6
User avatar
Eckard
Posts: 1414
Joined: September 5th, 2011, 8:17 am
Location: Paris (not TX)

Re: Can't move tabs below toolbar firfox 58.0

Post by Eckard »

I'm even older but in browsers I always preferred tabs "on bottom" ;)
Post Reply