- 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
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:
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;
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
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
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;
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
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