milchkuh
New member
Hallo,
warum werden bei mir jetzt keine Container generiert?????
Das sollte doch gehen, dass sie automatisch eine Breite haben, oder????
warum werden bei mir jetzt keine Container generiert?????
Das sollte doch gehen, dass sie automatisch eine Breite haben, oder????
HTML:
<style type="text/css">
.box-left {
background-color:#DF37B2;
border:1px solid;
height:100px;
float:left;
margin-left:10px;
width:auto;
}
.box-right {
background-color:#ffffff;
border:1px solid;
height:100px;
float:right;
width:auto;
}
</style>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<div class="box-right"></div>
<div class="box-left"></div>
</body>
</html>