2014-02-07 开发项目总结:(Div样式锁定)
代码实例:
Html:
<div style="height: 130px; overflow: hidden;">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr class="title-3">
<td>
<cc1:ToolsBar id="ToolsBar1" runat="server">
</cc1:ToolsBar>
</td>
</tr>
</table>
</div>
<div id="div_Performance" style="width: 100%; height: 500px; overflow: auto; text-align: center;">
<!---->
</div>
样式效果:
注意:两个Div要设置高度,Div默认的高度为auto,会自动将高度撑大,所以要给Div设置高度,当Div内容超出设度高度的显示范围,滚动条出自就会出现。
第一个Div overflow: hidden; 滚动条要隐藏,如果都出现样式就显得不太好看。
一点一滴 坚持,汇成知识的海洋~ 希望自己能进步!