
Originally Posted by
gjh42
To get backgrounds for the whole window, you can style .smartBGwhatever {} directly. This will be available for any page where you already have another smartbg image set up.
Thank you so much for your response - but either I'm not understanding what you are saying, or you aren't quite understanding the set-up I already have.
Here is my smartbackground.css file:
Code:
#headerWrapper {
background-image: url(../images/header.jpg);
background-repeat:no-repeat;
width:770px;
}
.smartBG_65 #headerWrapper {
background-image: url(../images/smartbg_65.jpg);
background-repeat:no-repeat;
width:770px;
}
.smartBG_69 #headerWrapper {
background-image: url(../images/smartbg_69.jpg);
background-repeat: no-repeat;
width: 770px;
}
.smartBG_73 #headerWrapper {
background-image: url(../images/smartbg_73.jpg);
background-repeat:no-repeat;
width:770px;
}
.smartBG_65{
background-image: url(../images/bodybg_65.jpg);
background-repeat:repeat;
background-attachment: fixed;
}
.smartbg_69 {
background-image: url(../images/bodybg_69.jpg);
background-repeat:repeat;
background-attachment: fixed;
}
.smartbg_73 {
background-image: url(../images/bodybg_73.jpg);
background-repeat:repeat;
background-attachment: fixed;
}
The first four are working perfectly, they apply the proper header to the right category pages. But, as I'm already using smartbg_.jpg for the header background, I'm using the bodybg_.jpg for the body background. Where I think I'm getting stuck is the "div" id or section of the page to use.
Thank you again for your time and assistance.
Liz