andi_b: grafik als radiobutton?

Beitrag lesen

seeehr geil:

<table>
  <tr>
    <td><label for="vorname"><img src="bild.jpg" width="143" height="56"></label></td>
    <td><input type="radio" id="vorname" name="Vorname"></td>
  </tr>
  ....

works :)

andi