Wouldn't it be best to assign an ID (or class) to each page's html body 
tag? eg:  <body id ="home">, <body id ="faq">, <body id ="whatever">, etc.

The css would be, for example:

#home #hdr {
 background: url(i/bg-hdr1.png)
}
#faq #hdr {
 background: url(i/bg-hdr2.png)
}
#whatever #hdr {
 background: url(i/bg-hdr3.png)
}


______________________________________________________________________
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