| Tablecloth |
| Sunday, 11 November 2007 | |
|
Tablecloth is lightweight, easy to use, unobtrusive way to add style and behaviour to your html table elements. By simply adding 2 lines of code to your html page you will have styled and active tables that your visitors will love :) Try to mouseover or click on a table below. Written by Alen Grakalic, brought to you by Css GlobeDownload:http://www.hotajax.org/download/jquery/Tablecloth.zipDEMOUsageTo use Tablecloth you will need a well formed table. Your table should look like this: <table cellspacing="0" cellpadding="0"> <tr> <th>Title</th> <th>Title</th> <th>Title</th> <th>Title</th> </tr> <tr> <td>Data</td> <td>Data</td> <td>Data</td> <td>Data</td> </tr> <tr> <td>Data</td> <td>Data</td> <td>Data</td> <td>Data</td> </tr> <tr> <td>Data</td> <td>Data</td> <td>Data</td> <td>Data</td> </tr> </table> <head> <link href="tablecloth/tablecloth.css" rel="stylesheet" type="text/css" media="screen" /> <script type="text/javascript" src="tablecloth/tablecloth.js"></script> and you are ready to rock. ModificationsApearance modification is performed with css file tablecloth.css tablecloth.js true false . Change settings for following examples to see the difference.
Set as favorite
Bookmark
Email This
Hits: 1422 Comments (0)
![]() Write comment
|
| < Prev | Next > |
|---|