Another way to handle this without having to manage multiple stylesheets is
to give the body and id and style accordingly for example:

body {
font-size: 12px;
 font-family: Verdana, Arial, Helvetica, Sans-Serif;
 padding:0px;
 margin:0px;
}

#wrapper {
width: 775px;
margin-left: auto;
margin-right: auto;
height:100%;
}



body#two {
background: #ced9e4;
color:#999; }

body#two #wrapper {
background:url(../images/wrapper_main.gif) repeat top center;
background-color:#fff; }

etc etc.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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