snippet library logo
in category
HTML / Tables / Scrollable Table
Snippet details
ID: 105
Viewed: 3155
Added: 2002-04-02
Version:
View Demo

User Rated at: 5 Stars
Rate This:
Snippets in this catagory         
Show Printable Version
this is the only way to scroll a table. using a div tag.
does not work in Netscape4.xx

General Details
Snippet uploaded by: snippet
Email : webmaster@snippetlibrary.com
Snippet By: Unknown

<!---Head--->
none

<!---Body--->


<table width="200" border="3">
    <tr> 
        <td> 
           <div style="overflow: auto; height:150px;"> your data here your data here your data here your data here your data here your data here your data here your data here your data here your data here your data here your data here your data here your data here your data here your data here your data here your data here your data here your data here your data here your data here your data here your data here your data here your data here your data here your data here your data here your data here your data here </div>          
        </td> 
   </tr> 
</table>




No Reviews to show


Please completely fill out the form below if you want to review this snippet. All reviews are subject to validation.


Subject:

Reviewed By:

Write a review:





Terms of Conditions
Powered By
Avian Hosting
© 2005 snippetlibrary.com All Rights Reserved.