jsp中实现带滚动条的table表格实例代码
来源:动视网
责编:小采
时间:2020-11-27 20:27:15
jsp中实现带滚动条的table表格实例代码
jsp中实现带滚动条的table表格实例代码:如下所示:<div style="width:700px; height:225px; overflow:auto;"> <table border="1" width="100%" cellpadding="0" cellspacing="0&
导读jsp中实现带滚动条的table表格实例代码:如下所示:<div style="width:700px; height:225px; overflow:auto;"> <table border="1" width="100%" cellpadding="0" cellspacing="0&

如下所示:
<div style="width:700px; height:225px; overflow:auto;">
<table border="1" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="3%">0</td>
<td width="7%">0</td>
</tr>
<tr>
<td width="3%">1</td>
<td width="7%">2</td>
</tr>
<tr>
<td width="3%">3</td>
<td width="7%">4</td>
</tr>
<tr>
<td width="3%">5</td>
<td width="7%">6</td>
</tr>
<tr>
<td width="3%">7</td>
<td width="7%">8</td>
</tr>
</table>
</div>
jsp中实现带滚动条的table表格实例代码
jsp中实现带滚动条的table表格实例代码:如下所示:<div style="width:700px; height:225px; overflow:auto;"> <table border="1" width="100%" cellpadding="0" cellspacing="0&