Tag Archives | userChrome.css

Move Firefox Tabs to the Bottom

Want to change up how you use Firefox? Some other browsers did the whole “tabs on the bottom” thing – and yes, Firefox can even pull off this trick with a little hacking around with the UserChrome.css file.

Firefox Tabs on Bottom of Window

Here is what you need to add to your UserChrome.css file to get this to work:

/* Display the tabbar at the bottom */
#content > tabbox { -moz-box-direction: reverse; }

You can also move the tab bar to your left or right too, just in case you want to really try something different.

Read full story · Comments { 0 }

Fun With userChrome.css

You have not earned your Firefox “street credit” if you haven’t ever messed with your userChrome.css file. Come on, all the cool kids are doing it.

Edits to your Firefox profile’s userChrome.css file can make all sorts of fun and useful changes to the fox’s chrome, menus, dialogs and toolbars.

+ Learn More About Having Fun With userChrome.css!

Read full story · Comments { 0 }