본문 바로가기
css

테이블의 특정 컬럼의 css 조정하기

by [김경민]™ ┌(  ̄∇ ̄)┘™ 2014. 1. 9.
728x90


[출처] http://stackoverflow.com/questions/18846271/css-how-to-target-a-specific-cell-inside-a-table



.mytable tbody tr:nth-child(1) td:nth-child(5) {
   /* Styles goes here */
}


728x90

'css' 카테고리의 다른 글

css simple tree menu  (0) 2013.12.31
css li float right reverse order  (0) 2013.11.12
CSS 이야기: position, float, display 속성간의 관계  (0) 2013.11.11

댓글