http://i46.tinypic.com/2j1aqad.jpg
So sieht es aus wenn ich die Größe nicht fest bestimme:
http://i49.tinypic.com/35n1t6v.jpg
Mein Quellcode:
- Code: Alles auswählen
<div id="shader">
<div id="sizer">
<div id="content">
Die Sachen die die beiden vorher sprengen.
</div>
</div>
</div>
Und das ist der relevante Css-Code:
- Code: Alles auswählen
#sizer {
background-color: #333933;
position: absolute;
height:850px;
width: 1012px;
left: 5px;
right: 5px;
border:1px solid #000;
}
#shader {
background-image:url(images/bg2_kl.png);
background-repeat:repeat;
position: absolute;
width: 1024px;
height: 850px;
left:50%;
margin-left: -512px;
}
#content {
position: absolute;
left: 200px;
top: 350px;
width: 668px;
height: 500px;
background-color:#333933;
}
Wie kann ich das lösen hat da vllt. jemand nen tipp?

