Skip to content

Instantly share code, notes, and snippets.

@dervn
Created November 7, 2012 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dervn/4030776 to your computer and use it in GitHub Desktop.
Save dervn/4030776 to your computer and use it in GitHub Desktop.
让复选框在整个TD区域内可点击
<table>
<tr>
<td width="80px" bgcolor="#f5f5f5">
<label for="box" style="display:block;line-height:80px">
<input id='box' name="chco" value="" type="checkbox">
</label>
</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment