It is my Computer Notes. Using Guide : object-key or object-key-key e.g. Step 1 Blog Search : [mysql-run] and then Step 2 ctrl+F [mysql-run] {bookMark me : Ctrl+D}
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>
訂閱:
張貼留言 (Atom)
網頁設計文本轉換大寫
回覆刪除span標籤文本轉換大寫