CSS layout question.
CSS layout question.
Out of context: Reply #1
- Started
- Last post
- 10 Responses
- agentfour0
make different styles within the same stylesheet(one for each background) not calling them body:
background1 {
background-image: url("/img/bg.gif");
}background2{
background-image: url("/img/bg2.gif");
}etc...
and then apply the class to the body tag on the relative pages:is this what your after or am i missing the point?? i have a habit of doing that.