|
|
[an error occurred while processing this directive]
Mozilla Browser FAQLast 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; } |