Skip to main content

Posts

Showing posts from June, 2014

Good Css for HTML Table

<style type="text/css" > /* Table 3 Style */ #tbl{     font-family:Arial;     font-size: 12px;     font-style: normal;     font-weight: normal;     text-transform: uppercase;     letter-spacing: -1px;     line-height: 1.7em;     text-align:center;     border-collapse:collapse; } #tbl thead th{     padding:6px 10px;     text-transform:uppercase;     color:#444;     font-weight:bold;     text-shadow:1px 1px 1px #fff;     border-bottom:5px solid #444; } #tbl thead th:empty{     background:transparent;     border:none; } #tbl thead :nth-child(2), #tbl tfoot :nth-child(2){     background-color: #7FD2FF; } #tbl tfoot :nth-child(2){     -moz-border-radius:0px 0px 0px 5px;     -webkit-border-bottom-left-radius:5px;     border-bottom-left-radius:5px; } #tbl thead :nth-child(2){     -moz-border-radius:5px 0px 0px 0px;     -webkit-border-top-left-radius:5px;     border-top-left-radius:5px; } #tbl thead :nth-child(3), #tbl tfoot :nth-chil