Table and CSS
February 13th, 2008
1. Creating a table with dynamically highlighted columns like Crazy Egg’s pricing table
CrazyEgg’s pricing table on their Pricing & Signup page. When you click on “Sign Up” for an option, that plan’s column highlights, the other plans vanish, and a signup form takes their place. There is a number of impressive things happening within this small area. I wanted to try and recreate the behavior step by step, and share the power of combining CSS, JavaScript, and images in clever ways.
2. Pure CSS Scrollable Table with Fixed Header
Using CSS to allow scrolling within a single HTML table.
3. A CSS styled table version 2 | Veerle’s blog
Simple and Clean Zebra Style Table.
4. Data Tables and Cascading Style Sheets Gallery
When the mouse is over, the row is highlighted.
5. 16 Sortable Table Techniques | CSS Juice
16 Sortable Table Roundup. That’s really useful post!
6. CSS-Based Tables: Modern Solutions | Smashing Magazine
This is also nice post. It definitely GREAT reference.





