November 2, 2006

Moving the Tab Bar

If you want to be different and have your tab bar at the bottom of the window, it can be done. You will need to modify your userChrome.css file (best if done with ChromEdit Plus) by adding: /* Display the tabbar at the bottom */ #content > tabbox { -moz-box-direction: reverse; }

Read More