Hello,
ich habe noch ein Beispiel für Dich
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15">
<title>Tabellen mit table-layout: fixed;</title>
<style type="text/css">
.t1 {
table-layout: fixed;
width: 600px;
border-collapse:collapse;
}
.t1 td {
overflow: hidden;
border: 1px solid white;
}
.t1 th {
overflow: hidden;
border: 1px solid white;
}
</style>
</head>
<body>
<h1>Tabellen mit <code>table-layout: fixed;</code></h1>
<div style="width:630px;background-color:#CCCCCC;">
<table class="t1" style="background: #ccc;">
<tr>
<th style="width: 200px;">A</th>
<th style="width: 300px;">B</th>
<th style="width: 100px;">C</th>
</tr>
</table>
<div>
<div style="overflow:auto;width:630px;height:120px;background-color:#FFFFCC">
<table class="t1" style="background: #cfc;">
<tr>
<td style="width: 200px;">D</td>
<td style="width: 300px;">E</td>
<td style="width: 100px;">F</td>
</tr>
<tr>
<td>G</td>
<td>H</td>
<td>I</td>
</tr>
<tr>
<td>J</td>
<td>K</td>
<td>L</td>
</tr>
<tr>
<td>J</td>
<td>K</td>
<td>LANGLANGLANGLANGLANG!</td>
</tr>
<tr>
<td>Jochen</td>
<td>Klaus Peter Rosenbaum</td>
<td>LANGLANGLANGLANGLANG!</td>
</tr>
<tr>
<td>Jochen</td>
<td>Klaus Peter Rosenbaum</td>
<td>kurz</td>
</tr>
</table>
<div>
</body>
</html>
Einfach mal Copy 'n Paste und schauen, was passiert
Harzliche Grüße vom Berg
http://www.annerschbarrich.de
Tom
Fortschritt entsteht nur durch die Auseinandersetzung der Kreativen
Nur selber lernen macht schlau