| r696 vs r697 | ||
|---|---|---|
| 1 | 1 | {{{#!style |
| 2 | .text td:hover{ | |
| 3 | color:#00f | |
| 4 | } | |
| 5 | .text-hover td:hover { | |
| 6 | background-color:#0f0 | |
| 7 | } | |
| 8 | }}} | |
| 9 | ||
| 10 | ||<tableclass=text-hover> [[color|{{{#!wiki class="text" | |
| 11 | color}}}]] || | |
| 12 | ||
| 13 | ||
| 14 | ||
| 15 | {{{#!style | |
| 2 | 16 | /* 테이블 클래스(hover-table) 하위에 있는 모든 셀(td)에 호버 효과 적용 */ |
| 3 | 17 | .hover-table td:hover { |
| 4 | 18 | background-color: #f00; |
| ... | ... |