How to set a background image in firefox
Saturday, June 16th, 2007How many of you think having a nice wallpaper is cool ? well with firefox being the most used browser then how about a background image for firefox everytime you have an empty tab open .
here is how you achieve it . First decide on a picture
1 . Change to firefox directory
cd .mozilla
2.change to firefox and the default user profile directory
cd firefox/*.Default\ User\chrome
3. copy the file name UserContent-example.css and rename to userContent.css
and insert the following code there
@-moz-document url(about:blank) {
html {
background: url("URL_OF_THE_IMAGE") no-repeat center center fixed black !important;
}
}
and restart the browser, and open up about:blank and you will see the background
[tags]firefox,hacks[/tags]


Iam Theyagarajan S ( 'taggy') . to know more ,head out to


