css table 이쁘장하게 나온 샘플 사이트 추천좀... 정보
css table 이쁘장하게 나온 샘플 사이트 추천좀...
본문
이를테면 http://www.smashingmagazine.com/2008/08/13/top-10-css-table-designs/ 이런 사이트처럼요 ^^
갖어다가 붙여 넣으려고 합니다. ~_~
갖어다가 붙여 넣으려고 합니다. ~_~
추천
0
0
댓글 2개

table.basic {
width:100%;
line-height:21px;
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-collapse: collapse;
}
table.basic th, table.basic td {
color:#678197;
text-align:center;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding: 3px 0;
text-align:center;
}
table.basic th {
background-color: #eeeeee;
}
대충 이쁘장허네요 ~_~
무플이 무서워 제가 코멘트를 ㅠㅠ
width:100%;
line-height:21px;
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-collapse: collapse;
}
table.basic th, table.basic td {
color:#678197;
text-align:center;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding: 3px 0;
text-align:center;
}
table.basic th {
background-color: #eeeeee;
}
대충 이쁘장허네요 ~_~
무플이 무서워 제가 코멘트를 ㅠㅠ

퀄리티는 약간 떨어질 수 있지만 저는 여기를 많이 써요.
http://icant.co.uk/csstablegallery/tables/98.php
design name을 클릭하면 표가 해당CSS가 적용되게 바뀌고요. Download를 누르면 다운되요. ㅎ
http://icant.co.uk/csstablegallery/tables/98.php
design name을 클릭하면 표가 해당CSS가 적용되게 바뀌고요. Download를 누르면 다운되요. ㅎ