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
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
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.HTML Code:<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>
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Wow!!!! Thanks for the info. How do you change the scroll bar color?
Bookmarks