problematic css
Date: 06/02/06
(WebDesign) Keywords: css, web
Hello,
I was wondering if someone could help me, I am creating a website in css. This is my first non table layout. It looks great any resolution over 800 x 600 but add space on the right to anything below it. http://www.designiquewebsites.com/pgp/
heres the css:
/* CSS Document */
body {
background-color:#4D4F1C;
text-align:center;
}
#header {
background: url(headerbg.gif);
background-repeat: repeat-x;
background-color:#666633;
}
#container {
margin: 0 0;
width: 90%;
border-style: none ridge;
border-color:#996600;
background-color:#666633;
}
.style1 {color: #CCCC33; width: 65%; text-align: center;}
#footer {
}
.bl {background: url(bl.gif) 0 100% no-repeat #666633;}
.br {background: url(goldleaf.gif) 100% 100% no-repeat;}
.tl {background: url(goldleaftl.gif) 0 0 no-repeat; height: 150px;}
.tr {background: url(tr.gif) 100% 0 no-repeat; height: 150px}
.clear {font-size: 1px; height: 1px}
thx a bunch
Source: http://community.livejournal.com/webdesign/1119791.html