Re: [css-d] Different background image to each page

2005-05-25 Thread Pactum web services
- Original Message - From: "Roger Roelofs" <[EMAIL PROTECTED]> To: "css-d css-d" Sent: Wednesday, May 25, 2005 11:07 AM Subject: Re: [css-d] Different background image to each page Vicki & David, If you are an efficiency freak and keep the css sm

Re: [css-d] Different background image to each page

2005-05-25 Thread Roger Roelofs
Vicki & David, On May 25, 2005, at 2:19 AM, David Laakso wrote: On Tue, 24 May 2005 23:59:21 -0400, Vicki Skinner (Stebbins) <[EMAIL PROTECTED]> wrote: Hi, I've got (I think) a quick question: I'm trying to show a different background image to each page of a website. What I meant is:

Re: [css-d] Different background image to each page

2005-05-24 Thread David Laakso
On Tue, 24 May 2005 23:59:21 -0400, Vicki Skinner (Stebbins) <[EMAIL PROTECTED]> wrote: Hi, I've got (I think) a quick question: I'm trying to show a different background image to each page of a website. This is the div... div#content { padding: 0; width: 100%; border: 5px solid #C63;

Re: [css-d] Different background image to each page

2005-05-24 Thread Vicki Skinner (Stebbins)
Hi, I've got (I think) a quick question: I'm trying to show a different background image to each page of a website. This is the div... div#content { padding: 0; width: 100%; border: 5px solid #C63; border-width: 5px 0 5px 0; background: #369 url(/images05/home.jpg) no-repeat; } I want to d

Re: [css-d] Different background image to each page

2005-05-24 Thread Vicki Skinner (Stebbins)
I'm trying to show a different background image to each page of a website. The only way I can think to do it is, to call the entire div another name for each page for example div#about, div#contact etc etc with all the padding, borders etc. This would fill a stylesheet so I wondered does

Re: [css-d] Different background image to each page

2005-05-24 Thread David Laakso
On Tue, 24 May 2005 23:59:21 -0400, Vicki Skinner (Stebbins) <[EMAIL PROTECTED]> wrote: Hi, I've got (I think) a quick question: I'm trying to show a different background image to each page of a website. This is the div... div#content { padding: 0; width: 100%; border: 5px solid #C63;

Re: [css-d] Different background image to each page

2005-05-24 Thread Pactum web services
esday, May 24, 2005 9:59 PM Subject: [css-d] Different background image to each page I'm trying to show a different background image to each page of a website. The only way I can think to do it is, to call the entire div another name for each page for example div#about, div#contact etc

[css-d] Different background image to each page

2005-05-24 Thread Vicki Skinner (Stebbins)
Hi, I've got (I think) a quick question: I'm trying to show a different background image to each page of a website. This is the div... div#content { padding: 0; width: 100%; border: 5px solid #C63; border-width: 5px 0 5px 0; background: #369 url(/images05/home.jpg) no-repeat; } I want to dis