[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 remove the little arrows on the back and forward buttons?

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

.toolbarbutton-menubutton-dropmarker { display: none; }

[an error occurred while processing this directive]