> From: Christopher <[EMAIL PROTECTED]>
> Can you have two background images on the {body} ? and position them?

No, you can only have one background image per element.
What exactly is the effect you are going for?

You can, for instance, have a background image for the body that is 
positioned like:
body {background-image: url(http://www.foo.com/image-left.gif); 
background-position: left top; background-repeat:no-repeat; 
background-attachment: fixed;}

And then have a wrapper div like:
div#bodydiv {background-image: url(http://www.foo.com/image-right.gif) ; 
background-repeat:no-repeat; background-position-x: right; 
background-position-y:top; width:100%; height:100%;} 

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to