Well I have my background image, but to the right of the browser there 
is white space, I want to fill in, which is why I asked. 
I wanted to take a look at your examples Nancy but they were offline.


Nancy wrote:
>> 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/
>
>   
______________________________________________________________________
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