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 display the image in the background so the text within the same div comes over the image a little.

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 someone know a better way?

Many thanks

Vicki

"I'd put my money on the Sun and solar energy. What a source of power!
I hope we don't have to wait until oil and coal run out before we tackle
that."
-Thomas Edison

  \(.)^(.)/
------0------
Keenstreet Communications
http://www.keenstreet.com.au


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

Reply via email to