Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q2051, November 10, 2000 at 09:04:15:

You are here: irt.org | About | Feedback | 1984 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q2051

Sent by
Romain Vallet on November 10, 2000 at 09:04:15:

Comments:
In fact, it IS possible to have a scrollbar within a cell table using a DIV tag like this :

<table border=1>
<tr>
<td>Scrollbar within a table cell</td>
</tr>
<tr>
<td>
<div style="height:60;overflow:auto">
Line #1<br>
Line2<br>
Line3<br>
Line4<br>
Line5<br>
Line6<br>
Line7<br>
</div>
</td>
</tr>
</table>

Works in IE 5.5, don't know if it works in other browsers


Other feedback on 'irt.org FAQ Knowledge Base Q2051' - show all

©2018 Martin Webb