Skip to content

Instantly share code, notes, and snippets.

@kwoods
Created August 9, 2012 20:49
Show Gist options
  • Save kwoods/3307927 to your computer and use it in GitHub Desktop.
Save kwoods/3307927 to your computer and use it in GitHub Desktop.
Radio Button FF Fix
<fieldset><span class="default">Customizable?
<input type="radio" name="customizable" id="cust_y" value="Yes" action="open#custom" />
<label for="cust_y" class="default">Yes</label>
<input type="radio" name="customizable" id="cust_n" value="No" action="open#normal" />
<label for="cust_n" class="default">No</label></span>
</fieldset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment