r696 vs r697
11
{{{#!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
216
/* 테이블 클래스(hover-table) 하위에 있는 모든 셀(td)에 호버 효과 적용 */
317
.hover-table td:hover {
418
background-color: #f00;
......