|
藍森林 http://www.lslnet.com 2006年8月25日 8:28
能讓內出現滾動條麼?
why doesn't it work?
[html]<table border="0" cellpadding="1" cellspacing="1" style="table-layout:fixed">
<tr>
<td style="overflow:scroll" width="200" height="100"><p>asdfasdfa</p>
<p>ad</p>
<p>fadf</p>
<p>asdf</p>
<p>asd</p>
<p>fadfasd</p>
<p>f</p>
<p>asd</p>
<p>fasf</p></td>
</tr>
</table>[/html] |
[html]<table border="0" cellpadding="1" cellspacing="1" style="table-layout:fixed">
<tr>
<td width="200" height="100"><iframe width=200 height=100 src=http://www.163.com></iframe></td>
</tr>[/html] |
不一定放 iframe ..裡面放支持 overflow 的元素就行 |
panliu888在上個帖子中說
我就是想要td支持滾動條,iframe,div等我都知道了 :p |
|