I have been putting together a site for myself and i am having some issues with the divs. In 1920 resolution everything is centered and looks how it should but the second the page scales down at all in resolution everything in the content div gets pushed to the right while the rest of the page stays centered.
Here is the code:
@charset "utf-8";
/* CSS Document */
body
{
Background-color:#fcd6d6;
font-family:verana;
font-size:11px;
padding:0;
margin:0;
}
#wrap
{
width:auto;
}
#header
{
background-image:url(images/pd2_01.jpg);
background-position:center top;
height:360px;
}
#content
{
background-image:url(images/pd2_02.jpg);
background-position:center;
height:1064px;
padding:0px 0px 0px 600px;
}
#incont
{
text-align:left;
padding:0px;
height:980px;
width:755px;
margin:0px 0px 0px 0px;
}
#incont a
{
text-align:center;
display:block;
float:left;
text-decoration:none;
color:#CCC;
font-weight:bold;
font-size:12px;
}
.temp
{
padding:0px 8px 5px 0px;
margin:72px 0px 0px 0px;
}
.backg
{
padding:10px 9px 5px 0px;
margin:0px 0px 0px 0px;
}
.back
{
}
#topimage
{
width:218px;
}
#footer
{
background-image:url(images/pd2_03.jpg);
background-position:center bottom;
height:76px;
padding:0px;
margin:0px;
}
Here is the code:
@charset "utf-8";
/* CSS Document */
body
{
Background-color:#fcd6d6;
font-family:verana;
font-size:11px;
padding:0;
margin:0;
}
#wrap
{
width:auto;
}
#header
{
background-image:url(images/pd2_01.jpg);
background-position:center top;
height:360px;
}
#content
{
background-image:url(images/pd2_02.jpg);
background-position:center;
height:1064px;
padding:0px 0px 0px 600px;
}
#incont
{
text-align:left;
padding:0px;
height:980px;
width:755px;
margin:0px 0px 0px 0px;
}
#incont a
{
text-align:center;
display:block;
float:left;
text-decoration:none;
color:#CCC;
font-weight:bold;
font-size:12px;
}
.temp
{
padding:0px 8px 5px 0px;
margin:72px 0px 0px 0px;
}
.backg
{
padding:10px 9px 5px 0px;
margin:0px 0px 0px 0px;
}
.back
{
}
#topimage
{
width:218px;
}
#footer
{
background-image:url(images/pd2_03.jpg);
background-position:center bottom;
height:76px;
padding:0px;
margin:0px;
}
Comment