Created
November 7, 2012 10:34
-
-
Save dervn/4030776 to your computer and use it in GitHub Desktop.
让复选框在整个TD区域内可点击
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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