StokeBloke.com

Firefox tab at the bottom

I’ve always liked how Opera used to put the tab bar at the bottom.  I’ve always configured firefox to be the same too.

I recently updated to Firefox 3 rc3 and I lost this setting.  After a little searching I found that you simply need to add

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

to the following file.

C:\Documents and Settings\<username>\Application Data\Mozilla\
Firefox\Profiles\xxxxxx.default\chrome\userChrome.css

You may need to create the file as it doesn’t exist by default.

Once you restart firefox, the tabs are at the bottom again.

Leave a Reply