带滚动条的表格

      Design 2004-7-29 16:18
带滚动条的表格

看到这个,我郁闷了半天.呵呵...以前做带滚动条的都是用iframe做的....真是够白的...

只要在单元格<td>标识后加上如下代码就可以了:

<div style="overflow:auto;height:200px;">

  当然,对应的在单元格结束</td>标识前加上</div>。我们可以更改height的值,来修改显示文段区域的高度。如以下的示例,就实现了图示的效果。

<table width="260" border="0">
<tr><td bgcolor="#999999"><font color="#FFFFFF"><b>标题</b></font></td></tr>
<tr><td bgcolor="#CCCCCC">
<div style="overflow:auto;height:160px;">
这里输入文段的内容。
</div>
</td></tr>
</table>


郁闷啊...
标签集:TAGS:
回复Comments() 点击Count()

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}
}