M
Maik
Dann versuch es mal hiermit:
mfg Maik
Code:
div#wrapper {
position: relative;
width: 920px;
height: 480px;
margin: 0 auto;
padding-top: 80px;
}
div#content {
position:relative;
width: 800px;
height: 420px;
margin-left: 50px;
margin-right: 50px;
margin-top: 20px;
overflow: hidden;
}
mfg Maik