@@Detlef G.:
Seltsam, IE 6.0.2900.2180.xsp_sp2_qfe.070227-2300 unter XP setz das Häkchen nur, wenn die Checkbox direkt angeklickt wird. Mit for-Attribut setzt er es auch beim Anklicken des Textes.
Der IE 6 unter XP ist wahrhaft seltsam:
Ich hab auf einer Seite eine Tabelle der Art
<table>
<thead>
<tr>
<th>Artikel</th>
<th>Anzahl</th>
<th>Stückpreis</th>
<th>Preis</th>
</tr>
</thead>
<tfoot>
<tr>
<th colspan="3">Gesamtsumme</th>
<td>42 €</td>
</tr>
</tfoot>
<tbody>
<tr>
<th>Artikel 1</th>
<td>3</td>
<td>4 €</td>
<td>12 €</td>
</tr>
<tr>
<th>Artikel 2</th>
<td>5</td>
<td>6 €</td>
<td>30 €</td>
</tr>
</tbody>
</table>
Bildschirmansicht OK; aber beim Audrucken fehlt die Angabe des Gesamptpreises "42 €". :-(
Hab auch noch keine Idee, wie man den Bug umgehen könnte.
Live long and prosper,
Gunnar
--
Erwebsregel 208: Manchmal ist das einzige, was gefährlicher als eine Frage ist, eine Antwort.
Erwebsregel 208: Manchmal ist das einzige, was gefährlicher als eine Frage ist, eine Antwort.