Hooked on design

web, interface design and usability for the lay person

CSS styled tables October 26, 2007

Filed under: CSS, Javascript, design, web 2.0, web design — hookedondesign @ 9:04 am
Tags: , , , ,

Tables can be a nightmare to deal with, especially because they have become the mainstay of many a developer who throws the standards to the winds. Of course if tables are used to do what they are meant to do, displaying tabular data, they can make life a lot easier.

 Enter TABLECLOTH. Table cloth takes good well formed code and applies styling and behavior to it and voila!!! You have a styled and active table.

Other css styled tables

 The ever enterprising Veerle has a css styled table of her own. http://veerle.duoh.com/blog/comments/a_css_styled_table/

An excellent example of a striped table is available at Validweb http://validweb.nl/artikelen/javascript/better-zebra-tables/

(more…)