Use your own background image for the toolbars
Posted by admin on 12 Apr 2007 5:07 am. Filed under Tips & Tricks.
- In addition to changing themes, you can personalize Firefox even more by using your own toolbar background image. Add the following code to your userChrome.css file:
/* Use a background image for the toolbars: (Substitute your image file for background.gif) */ menubar, toolbox, toolbar, .tabbrowser-tabs { background-image: url(”background.gif”) !important; background-color: none !important; }It’s easiest to place the image file in the same location as the userChrome.css file. The image can be of any image format supported by Firefox.