miix-tape
Aug 16 2005, 02:12 AM
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
Aug 16 2005, 03:27 AM
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
Aug 16 2005, 06:40 PM
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
Aug 17 2005, 08:11 PM
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
Aug 20 2005, 02:15 PM
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.