add an own background

Permalink
Hi All,
I am new...
Can anybody tell me how i can add an own background to the site.
Like a picture.

Thanks for responding
Kat

 
tallacman replied on at Permalink Reply
tallacman
This will do it with CSS:

html {
background: url(images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

Where the images folder of your theme contains an image called bg.jpg

This is from css-tricks.com

Steve
tallacman replied on at Permalink Reply
tallacman
You could use this too:http://www.buildinternet.com/project/supersized/...

Which uses Javascript
sebastienj replied on at Permalink Reply
sebastienj
Supersized should be a nice addon..
bebejou replied on at Permalink Reply
will have to sort this out and investigate, its all new....
menostar replied on at Permalink Reply
I tried this step on an existing theme it worked but the original bk still remains... how do you modify the themes?
MFChop replied on at Permalink Reply
Im having the same issue the default color/"background " still remains, how do I remove it (im using plain yogurt)
craftyCS replied on at Permalink Reply
craftyCS
Hi All,
I am also trying to use the supersized background plugin on a custom theme but at the moment can't get it to work with the javascript setup and use images loaded from the library as the images in the slideshow has anyone managed to successfully get this to work?