[an error occurred while processing this directive]
[an error occurred while processing this directive]

Mozilla Browser FAQ

Last updated on July 13, 2006.

How do I move the navigation toolbar to the bottom of the browser?

Add this script in your userChrome.css (See Editing Config Files):

#navigator-toolbox {-moz-box-ordinal-group: 2;}
#status-bar {-moz-box-ordinal-group: 3;}

[an error occurred while processing this directive]