Lanthan: Graustufen

Beitrag lesen

so:

<img id="bild" border="0" src="bild.jpg">
<form name="form1">
  <input type="checkbox" name="checkbox1" onClick="document.getElementById('bild').style.filter=document.form1.checkbox1.checked?'none':'Gray()'" checked>
</form>