[EMAIL PROTECTED] wrote:

> The page id="home", #bottom is a holder div #left contains the image

> On different pages I just want to change the image

> Can I set up a class that has everying except the image..

> and then just apply the image to the specific page[?]

Yes, but why make it a separate class? You already have an ID, #left.
Why not use it for the basic styles all around, and declare different
images based on body ID?

#left {/* all the basics */}
body#home #left {/* an image */}
body#away #left {/* another image */}
body#lost #left {/* yet another image */}

Looks fine to me - unless you have problems with my choice of IDs :-)

        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to