Re: [css-d] Two background images on the {body}

2008-06-23 Thread Christopher
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

Re: [css-d] Two background images on the {body}

2008-06-23 Thread Nancy E. Sosna Bohm
From: Christopher [EMAIL PROTECTED] 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: ... You can, for instance, have a

Re: [css-d] Two background images on the {body}

2008-06-23 Thread Richard Brown
Hi Chris On 23 Jun 2008, at 18:16, Christopher wrote: Here is a link for the Two background images on the {body} http://www.walkfar.ca/main3.html My rough take on it. I haven't done much to the images: http://cregy.net/test/chris/index.html -- Kind regards Richard Brown http://cregy.co.uk/

Re: [css-d] Two background images on the {body}

2008-06-23 Thread Christopher
#wrapper { width: 900px; height: 900px; background-image:url(graphic%20files/mockup.png); background-repeat: no-repeat; } I don't see the #wrapper graphic when I preview and I just made the same style as you #wrapper and tried to apply it with my image and nothing appeared

Re: [css-d] Two background images on the {body}

2008-06-23 Thread Duncan Hill
On Mon, 23 Jun 2008 21:47:45 +0100, Christopher [EMAIL PROTECTED] wrote: #wrapper { width: 900px; height: 900px; background-image:url(graphic%20files/mockup.png); background-repeat: no-repeat; } I don't see the #wrapper graphic when I preview and I just made the same

Re: [css-d] Two background images on the {body}

2008-06-23 Thread Duncan Hill
Sorry Christopher, I don't want to add extra confusion. I added the slice from your original image as the background on the body and then applied your original using the new wrapper div. http://mndhill.com/christest/main3.html thought it best to clarify for you. Duncan

Re: [css-d] Two background images on the {body}

2008-06-23 Thread Christopher
Yeah I applied my mock-up image that should be used as the wrapper and I don't see it, is #wrapper a div cause I just put that code as seen below this message under the {body} style. Either way I didn't see my mock up image that I wanted placed on the right showing up. Duncan Hill wrote: On

Re: [css-d] Two background images on the {body}

2008-06-23 Thread Duncan Hill
On Mon, 23 Jun 2008 22:33:15 +0100, Christopher [EMAIL PROTECTED] wrote: Yeah I applied my mock-up image that should be used as the wrapper and I don't see it, is #wrapper a div cause I just put that code as seen below this message under the {body} style. Either way I didn't see my mock up

Re: [css-d] Two background images on the {body}

2008-06-23 Thread Duncan Hill
Hi Christopher, you've come through off-list but no matter, only problem is that anyone else following the thread won't know of any changes. First off, you mustn't lose sight of the fact that no-one can see changes that you make to your local files. They must be published to a server for anyone

[css-d] Two background images on the {body}

2008-06-22 Thread Christopher
Can you have two background images on the {body} ? and position them? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies --

Re: [css-d] Two background images on the {body}

2008-06-22 Thread Erik Harris
On 6/22/2008 9:20 AM, Christopher wrote: Can you have two background images on the {body} ? and position them? You can have one background on the body and one on html, but I'd recommend against it. I tried to do this with my site awhile ago, and found that it crashed the Gecko (Firefox)

Re: [css-d] Two background images on the {body}

2008-06-22 Thread Christopher
Oh, alright I realized something my style on the the body, works out fine now because of the resolution I have white space to the far right of the browser I want to fill this with a image. In dreamweaver I don't see this white blank space, but in the browser I do so how could I over come this,

Re: [css-d] Two background images on the {body}

2008-06-22 Thread David Laakso
Christopher wrote: Oh, alright I realized something my style on the the body, works out fine now because of the resolution I have white space to the far right of the browser I want to fill this with a image. In dreamweaver I don't see this white blank space, but in the browser I do so how

Re: [css-d] Two background images on the {body}

2008-06-22 Thread Nancy
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: