How to set a background image in firefox
Posted on 16th June 2007 by TaggyHow 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]
Hey taggy, I am running my firefox with this theme right now… but I never knew the image was a background one… :P
[...] How to set a background image in firefox digg_url = ‘http://www.sglogs.com/2007/64/how-to-set-a-background-image-in-firefox/’; digg_title = ‘How to set a background image in firefox?’; digg_bodytext = ‘It is cool trick for firefox. I used it. How to set a background image in firefox ‘; ( function() { var ds=typeof digg_skin==’string’?digg_skin:”; var h=80; var w=52; if(ds==’compact’) { h=18; w=120; } var u=typeof digg_url==’string’?digg_url:(typeof DIGG_URL==’string’?DIGG_URL:window.location.href); document.write(”"); } )() Filed under : Websites | Trackback URI | Comments RSS | Share This [...]



