Wow, das ist wirklich schwer...
Das gelingt nichtmal mir auf die Art
Ich würde höchstens die Aufgabenstellung verändern und letztlich sowas draus machen:
HTML Code:
<!Doctype html>
<html lang="de">
<head><title>Test</title></head>
<body>
<div style="width:100%; background:rgb(260, 0, 0); display:table;">
<div style="display:table-row; width:100%;">
<div style="background:rgb(0, 260, 0); display:table-cell;">bla</div>
<div style="background:rgb(0, 0, 260); display:table-cell;">xyz</div>
<div style="clear:both;"></div>
</div>
</div>
</body>
</html>
Quote:
Originally Posted by FancyArts
PHP Code:
.content .container {
width: xxpx;
height: xxpx;
float: left;
margin-top: xxpx;
margin-left: xxpx;
}
|
Ähm, wieso schreibst du nur "xx", wenn genau danach gefragt ist?? :O