div 限构图格大小,滚动条显示效果

div 限制表格大小,滚动条显示效果参考这个CSS的代码:?div styleoverflow-x:autooverflow-y:scroll wi

div 限制表格大小,滚动条显示效果

参考这个CSS的代码:

?

<div style="overflow-x:auto;overflow-y:scroll; width:100%;height:545px;">

???????

??????? <table border="0" cellpadding="2" cellspacing="1"
????????width="97%" align="center" id="datatable"
????????style="margin-top:-10px;">

?

??????? </table>

</DIV>

?

?

这其中的表格就可使用滚动条显示了。

?