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