
Originally Posted by
gjh42
Another feature you can use is the fact that the body of each page has a unique id, like #indexBody, #productsallBody, #productinfoBody, etc.
You can combine this with the sub-element to change the sub-element's styling on different pages:
#indexBody .centerColumn {background-color: #112233;}
#productsallBody .centerColumn {background-color: #223344;}
#productinfoBody .centerColumn {background-color: #334455;}
These can all go in the main stylesheet, and only the one that is current will be used.
This is similar to the way Smart Backgrounds works, but cannot cover the full range of Smart Backgrounds' applications.