Log in

View Full Version : URGENT table cell scrollbar



Goku
11-10-2005, 06:24 PM
URGENT i need 2 know the html on how to put a scrollbal within a table cell i know its possible I just cant remember how I did it

PLEASE HELP ME

jscheuer1
11-10-2005, 10:57 PM
<table>
<tr>
<td><div style="width:200px;height:100px;overflow:auto;">
Java is completely different from JavaScript -
it's more powerful, more complex, and unfortunately,
a lot harder to master. It belongs in the same league
as C, C++, and other more complex languages.
</div></td>
</tr>
</table>

There are probably other ways and it is always better to put style in a stylesheet. Just make sure the content (in this case the text) takes up more space than the set size of the division, otherwise there will be no scrollbar.

sclassen
07-11-2009, 02:15 PM
Wow!!!! Thanks for the info. How do you change the scroll bar color?