Kai: Feste Spaltenüberschriften

Beitrag lesen

Ja genau fixierte meinte ich ;-) Sorry hätte mich wohl bisschen besser ausdrücken sollen

also habe das mal versucht, aber hat leider nicht geklappt - vielleicht findest du ja meinen Fehler

  
<html>  
<head><title>SYSTEM</title></head>  
<body>  
<table style="position:relative;border-style:ridge; margin-top:4px;margin-bottom:8px;" width="95%">  
<caption style="margin-bottom:6px;margin-top:8pt;font-weight:bold;"></caption>  
<colgroup>  
<col align="center" width="3%"></col>  
<col align="center" width="4%"></col>  
<col align="center" width="20%"></col>  
<col align="center" width="11%"></col>  
<col align="center" width="12%"></col>  
<col align="center" width="4%"></col>  
<col align="center" width="3%"></col>  
<col align="center" width="6%"></col>  
<col align="center" width="5%"></col>  
<col align="center" width="9%"></col>  
<col align="center" width="5%"></col>  
<col align="center" width="5%"></col>  
<col align="center" width="10%"></col>  
<col align="center" width="4%"></col>  
</colgroup>  
<thead style="font-weight:bold;background-color:#eaeaa5;">  
<tr style="position:fixed;background-color:#eeeeee;">  
<th valign="top">ZO</th>  
<th valign="top">DNI</th>  
<th valign="top">ArtikelKurzbezeichnung</th>  
<th valign="top">Projektbezeichnung</th>  
<th valign="top">Versorgungsnummer</th>  
<th valign="top">DQL</th>  
<th valign="top">ABC</th>  
<th valign="top">LNC</th>  
<th valign="top">USU1</th>  
<th valign="top">Abmessungen</th>  
<th valign="top">UWU1</th>  
<th valign="top">Gewicht</th>  
<th valign="top">Teilekennzeichen</th>  
<th valign="top">FCM</th>  
</tr>  
</thead>  
<tbody style="background-color:#eeeeee;">  
<tr style="background-color:#eeeeee;" id="zo0">  
<td valign="top">0</td>  
<td valign="top">1</td>  
<td valign="top">Fahrzeug</td>  
<td valign="top">n.v.</td>  
<td valign="top">1234-12-355-0383</td>  
<td valign="top">0</td>  
<td valign="top">AE</td>  
<td valign="top">D91</td>  
<td valign="top">n.v.</td>  
<td valign="top">n.v.</td>  
<td valign="top">n.v.</td>  
<td valign="top">n.v.</td>  
<td valign="top">A1Z12345678</td>  
<td valign="top">C1234</td>  
</tr>  
<!-- hier fehlen einige tr-Elemente-->  
</tbody>  
</table>  
</body>  
</html>  

Gruß
Kai