On Firefox 3.x, I simply added a single line to a new theme file (userChrome.css):
#content > tabbox { -moz-box-direction: reverse !important; background:#492492;}
This works great for 3.x, but since I read the DOM has changed for Firefox, this trick wont work. The containers are all different in FF 4+. Here is a post describing the new DOM for the interface:
http://forums.mozillazine.org/viewtopic.php?f=18&t=1949789
I tried messing aroung with moving #navigator-toolbox around, but nothing was what I'm looking for.
I'm able to make changes to the tabs and such, but can't seem to get the toolbox to move to the bottom. Worse, the tabs are within the toolbox, so possibly the only CSS based solution will move the entire toolbox rather than just the tabs.
Again, I'm looking to move the tabs to the bottom of the window, so that the are easier to access from the taskbar area.
