.Net [17], Accounts [41], Adobe Photoshop [35], AJAX [9], Algorithm [31], Android [8], Animation [6], Apache [69], Art [15], ASP [43], हिन्दी/Hindi [111], தமிழ்/Tamil [562], Beauty Tips [34], C [28], C# [1], C++ [7], Calculation [56], CSS [40], CVS [4], Database [22], DNS [14], DOM [5], Electrical/Electronics [155], English [192], Firefox Tweeks [54], Flash [14], French [23], FTP Server [14], fun [80], Game programming [6], google [56], Hardware [9], Health [109], HTML [51], India [29], Interesting Facts [426], Internet Explorer [21], Javascript [136], Jokes [202], JSP/Java [99], kavithai [110], Linux [343], Lyrics [4103], Mail [44], Mechanical [64], MS Office [51], Music/Songs [107], Mysql [114], Networking [67], News [90], One liner Facts [251], Operating Systems [11], Others [854], People [35], Perl [71], Philosophy [30], PHP [199], Poem [460], Recipes [636], Relax and Enjoy [48], RSS Feed [9], Science [214], SEO [611], Shell Scripting [32], Shortcuts [56], SMS(Short Message Service) [103], softwares / tools [19], Sports [73], Stories [182], Technology [47], Tomcat [17], Valentine's Special [67], Videos [257], Vista Performance [26], VPS (Virtual Private Server) [47], web application [7], Web Browser [22], web design [14], Websites [22], WHM/cpanel [11], Windows [274], XML [20], Yahoo [12], yoga [16], Fun Games 
| | Add scrollbar to a table or div using css | Send This | Views:112 |
| Belongs to : CSS |
Scrap:
You can add scroll bar to a table or div using the style, overflow:scroll
<div style="overflow:scroll;height:80px;width:100%;overflow:auto">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>test</td>
</tr>
<tr>
<td>test</td>
</tr>
<tr>
<td>test</td>
</tr>
<tr>
<td>test</td>
</tr>
<tr>
<td>test</td>
</tr>
<tr>
<td>test</td>
</tr>
</table></div>
|
|
By - Rekha, On - 2010-02-09 | Send This |
|