hover

· Language/CSS
ul.className li:nth-child(1) a span { background:url('off.png') 0 0 no-repeat; } ul.className li:nth-child(1) a span:hover { background:url('on.png') 0 0 no-repeat; } child 배열 순서는 0번쨰가 아닌 1번째부터 인식함
_world
'hover' 태그의 글 목록