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

Mozilla Browser FAQ

Last updated on November 3, 2004.

How do I style the text in the status bar?

Put this in userChrome.css and edit to taste (See Editing Config Files):

#statusbar-display {
font-weight: normal !important;
font-style: italic !important;
font-size: 11px !important;
font-family: courier !important;
}

[an error occurred while processing this directive]