Posted on 2012-01-17 15:15
哈希 閱讀(187)
評(píng)論(0) 編輯 收藏 所屬分類:
Js and Jquery 常用總結(jié)
<table>
<tr>
<td><div style="margin-top:7px;float:left;">項(xiàng)目進(jìn)度:</div></td>
<td>
<div style="float:left;background-color:#dde5ea;cursor:hand;margin-top:6px;float:left;width:120px;; height:20; border:1px solid #C7DBF4;" >
<div style="width:20%; height:20px; background-color: #33CC00; float:left"></div>
</div>
</td>
</tr>
</table>
<table>
<tr>
<td><div style="margin-top:7px;float:left;">項(xiàng)目進(jìn)度:</div></td>
<td>
<div onclick="viewProcess('<%=baseRecord.getString("ID","")%>')" style="float:left;background-color:#dde5ea;cursor:hand;margin-top:6px;float:left;width:120px;; height:20; border:1px solid #C7DBF4;" >
<div style="width:<%=baseRecord.getString("PROGRESS","0") %>%; height:20px; background-color: #33CC00; float:left"></div>
</div>
</td>
</tr>
</table>