• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

width: auto;

alex141097

Neues Mitglied
Wieso geht der width: auto; hier nicht
Code:
<html>
<head>
<title>Home | SocialCom</title>
<link rel="stylesheet" type="text/css" href="css.css"> 
</head>
<body>
<table border="0">
<colgroup>
<col>
<col>
</colgroup>
<tr>
<td>
<div class="obox">

</div>
</td>
</tr>
<tr>
<td>

</td>
</tr>
</table>
</body>
</html>

Code:
body {
margin: 0px; 
padding: 0px; 
}
.obox { 
width: 100px;
height: 100px;
background-color: #aaaaaa;
}
 
Zurück
Oben