Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Etsi tuesta

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Lue lisää

how to change the background of new tab

  • 3 vastausta
  • 13 henkilöllä on sama ongelma
  • 1 näyttö
  • Viimeisin kirjoittaja cor-el

more options

the background of the new tabs is white. i want to change it to the picture of my persona. is that possibles !!?? if yes than how? if not than why not!?

the background of the new tabs is white. i want to change it to the picture of my persona. is that possibles !!?? if yes than how? if not than why not!?

Kaikki vastaukset (3)

more options

at the moment you'd have to do this manually: http://mozillalinks.org/2012/06/wallpaper-your-firefox-new-tab-page

more options

i tried doing that but it doesnt work!!!! am i missing something!?

more options

Where is the image file located?

Can you post the full content of the code that you used?

Did you use Stylish or placed the code in userChrome.css file below the default @namespace line?

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

/* Set a wallpaper for the about:newtab page*/ @-moz-document url("about:newtab") {

#newtab-scrollbox{
 background: url("file:///c:/machu.jpg") no-repeat !important ;
 background-size: 100% !important;
}

}

Muokattu , muokkaaja cor-el