Ale×,
das klappt bei mir irgendwie nicht. Wahrscheinlich mach ich irgednwas falsch. Wo muss den das float hin?
<html>
<body>
<table border="1">
<tr>
<td>
<table style="float:left" border="1"><tr><td>1</td></tr></table>
</td>
<td>
<table style="float:left" border="1"><tr><td>2</td></tr></table>
</td>
<td>
<table style="float:left" border="1"><tr><td>3</td></tr></table>
</td>
<td>
<table style="float:left" border="1"><tr><td>4</td></tr></table>
</td>
</tr>
</table>
<body>
</html>
Hallo,
Wenn das Browserfenster groß genug ist um 4 Tabellen nebeneinander darzustellen, dann sollen diese 4 auch nebeneinander stehen.
Ist aber nur Platz für 2 Tabellen, soll erst 2 Tabellen angezeigt werden und darunter die restlichen 2.Probier mal http://de.selfhtml.org/css/eigenschaften/positionierung.htm#float@title=float:left;
Ale×