Den här webbplatsen har begränsad funktionalitet medan vi utför underhåll för att förbättra din upplevelse. Om en artikel inte löser ditt problem och du vill ställa en fråga har vi vår gemenskap som väntar på att hjälpa dig på @FirefoxSupport på Twitter, /r/firefox på Reddit.

Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

how to change the background of new tab

  • 3 svar
  • 13 har detta problem
  • 1 visning
  • Senaste svar av 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!?

Alla svar (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;
}

}

Ändrad av cor-el