Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Piotr Malinski | > | HTML Friends | > | resources/table.css | > | Download | ||
|
Download |
ol { margin:0; padding: 0 1.5em; } thead { } thead th { padding:1em 1em .5em; border-bottom:1px dotted #FFF; font-size:120%; text-align:left; } td, th { background:transparent; padding:.5em 1em; } tbody tr { } tbody tr.odd td { background:transparent url(tr_bg.png) repeat top left; } tfoot { } tfoot td { padding-bottom:1.5em; } tfoot tr { } * html tr.odd td { background:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='tr_bg.png', sizingMethod='scale'); } |