Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Stefan Gabos | > | Zebra_Pagination | > | examples/style.css | > | Download | ||
|
Download |
body { text-align: left; padding: 10px } table.countries { width: 400px; border:1px solid #AAA; margin-bottom: 20px } table.countries tr.even { background: #EFEFEF } table.countries th { background: #222; color: #FFF; font-weight: bold } table.countries td, table.countries th { padding: 4px } table.countries td:hover { background: #FFFFCC } |