2013年7月30日 星期二

html-checker html-check-box



checkbox readonly

onclick="return false;"

<div style="border:solid 1px black; width:100%; height:200px;">
<span class="interBoxHeader" style="">Employee Payroll Frequency</span>
<div style="clear:both; height:30px; width:100%; border:0px solid black;">
<div style="float:left; width:20%;">
<input type="checkbox" id="weekly">
<label for="weekly">weekly</label>
</div>
<div style="float:left;width:30%;">
<input type="checkbox" id="bi_weekly">
<label for="bi_weekly">BI Weekly</label>
</div>
</div>
<div style="clear:both; height:30px; width:100%; border:0px solid black;">
<div style="float:left;width:20%;">
<input type="checkbox" id="Monthly">
<label for="Monthly">Monthly</label>
</div>
<div style="float:left;width:30%;">
<input type="checkbox" id="Semi_Monthly">
<label for="Semi_Monthly">Semi Monthly</label>
</div>
</div>
<div style="clear:both; height:30px; width:100%; border:0px solid black;">
<div style="float:left;width:20%;">
<input type="checkbox" id="Quarterty">
<label for="Quarterty">Quarterty</label>
</div>
<div style="float:left;width:30%;">
<input type="checkbox" id="Semi_Quarterty">
<label for="Semi_Quarterty">Semi Quarterty</label>
</div>
<div style="float:left;">
<input type="checkbox" id="Annuality">
<label for="Annuality">Annuality</label>
</div>
</div>
</div>

1 則留言: