Help - Search - Members - Calendar
Full Version: background
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
miix-tape
is there a way to make a background be fixed in the botton right corner like for xanga backgrounds? can you make an image be fixed then fill the background with another color? i want to use this for my website.... any answers?
lovescream
o.O

QUOTE
<style type="text/css">body {
background-image: url(''): /* image url */
background-position: bottom left;
background-color: #ffffff;
background-repeat: no-repeat;
background-attachment: fixed;
}</style>


I'm not much good with websites, but I think that works. o.o It's a code I got from xanga's stylesheet. Just edit the colors and the image urls and stuff.
talcumpowder
CSS is the same for everything. At least the body stuff. So, yes, that should work. Although if you have other CSS, you should include them all into the same stylesheet.
miix-tape
ya, all that did was change the background color, i couldnt get hte pic to show up. this is for a piczo site so maybe it doesnt work the same. it basically used basic html
Mulder
you did put the url in the background-image: url('HERE');
right?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.