Hallo,
Habe das Problem, dass der content meiner Webseite zentriert ist,
und obwohl kein content rechts überlappt,
ein x-Scrollbalken erscheint,
mich interessiert, welcher Fehler dafür sorgt, dass dieser Balken erscheint,
der css code sieht folgendermaßen aus:
body
{
text-align: center;
margin-top: 20px;
background-image: url(../images/background.jpg);
background-repeat: repeat-x;
background-color:white;
}
#page
{
text-align: left;
margin: auto;
width: 802px;
height: 640px;
min-height: 640px;
font-family: Verdana, sans-serif;
}
#picture
{
height: 348px;
background-color:black;
background-image: url(../images/picture.jpg);
background-repeat: no-repeat;
color: white;
font-size: 40px;
font-weight: bold;
border: 1px solid #808080;
}
#sites
{
background-color:#D3D3D3;
height: 23px;
border-top: 2px solid #808080;
border-bottom: 2px solid #808080;
padding: 10px;
}
#content
{
background-image: url(../images/picture.png);
background-repeat: no-repeat;
background-position:bottom right;
padding-left: 22px;
padding-top: 22px;
padding-bottom: 22px;
padding-right: 22px;
border: 1px solid #808080;
min-height: 600px;
height: 600px;
}
#footer
{
background-color: #D3D3D3;
border-bottom: 3px solid #808080;
height: 22px;
font-size: 14px;
text-decoration: none;
text-align: center;
padding-bottom: 4px;
margin-bottom: 20px;
}
#valide
{
text-align: center;
}
Kann mir jemand helfen?
Gruß, Paul