Welcome Guest ( Log In | Join )

Discover the best free computer help!
Learn more about Geeks to Go by taking the tour. Want to ask a question, reply to a topic, or remove all advertising? It's easy, fast and free. Join today!
Spyware, virus, trojan, fake security or privacy alerts? Please start with our malware cleaning guide.
     
 
Reply to this topicStart new topic
Use your own background image for the toolbars on firefox
Mike-pxndx
post Mar 28 2006, 12:10 PM
Post #1


Member
**
Posts: 54
From: MExico
OS: laptop IBM THINK PAD Windows xp



Hi, this is just a little trick FOR FIREFOX USERS
Use your own background image for the toolbars:

Add the following code to your userChrome.css

CODE

/* 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.


now userChrome.css is located in the sub-folder called chrome in your profile folder.
which is where Firefox saves all your settings on your hard drive.

* On Windows XP/2000, the path is usually %AppData%\Mozilla\Firefox\Profiles\xxxxxxxx.default\, where xxxxxxxx is a random string of 8 characters. Just browse to C:\Documents and Settings\[User Name]\Application Data\Mozilla\Firefox\Profiles\ and the rest should be obvious.
* On Windows 95/98/Me, the path is usually C:\WINDOWS\Application Data\Mozilla\Firefox\Profiles\xxxxxxxx.default\
* On Linux, the path is usually ~/.mozilla/firefox/xxxxxxxx.default/
* On Mac OS X, the path is usually ~/Library/Application Support/Firefox/Profiles/xxxxxxxx.default/

%AppData% is a shorthand for the Application Data path on Windows 2000/XP. To use it, click Start > Run..., enter %AppData% and press Enter. You will be taken to the "real" folder, which is normally C:\Documents and Settings\[User Name]\Application Data.


WELL HOPE IT WORKS FOR U...
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


RSS Time is now: 8th January 2009 - 10:43 PM
Advertisements do not imply our endorsement of that product or service. The forum is run by volunteers who donate their time and expertise. We make every attempt to ensure that the help and advice posted is accurate and will not cause harm to your computer. However, we do not guarantee that they are accurate and they are to be used at your own risk.