Hiho,
Versuchs mal so:
<form id="form1" name="form1" method="post" action="">
<label>
<input type="submit" name="Submit" value="Senden" disabled="disabled" style="background-color:#FF0000;" />
</label>
</form>
<input name="ethspeed" id="ets_1" type="radio" value='0' title="" style="background-color:#FF0000;" >Auto<br>
<input name="ethspeed" id="ets_2" type="radio" value='3' title="" style="background-color:#FF0000;" >10Mb F<br>
Hat leider keine Auswirkung!
Type soll radio sein, halt Radio-Button und dann nicht wenn er ->disabled=false<- gesetzt ist, sondern wenn er nur als "Schatten" eingeblendet wird.
Viele Grüsse,
Michael