본문으로 건너뛰기
사용자

o00o/연습장4(비교)

r10 vs r11
11
{{{#!style
2
/* .td-for-sort { background-color: #ddd; } */
3
/* .td-for-sort-1 { background-color: #888; } */
2
.selected { background-color: red; }
3
.hide {display: none;}
4
table.tab > tbody > tr:nth-child(2) { display: none; }
45
}}}
56
6
||<thead><sortable><class=button> 버튼1 ||<sortable><class=button> 버튼2 ||
7
||<class=td-for-sort> 0 ||<class=td-for-sort-1> 1 || ㅎㅇ ||
8
||<class=td-for-sort-1> 1 ||<class=td-for-sort> 0 || ㅂㅇ ||
7
||<thead><sortable><tableclass=tab><class=button> 버튼1 ||<sortable><class=button> 버튼2 ||
8
||<nopad> {{{#!wiki class="selected"
9
0}}} ||<nopad> 1 || ㅎㅇ ||
10
||<nopad> 1 ||<nopad> {{{#!wiki class="selected"
11
0}}} || ㅂㅇ ||
912
1013
11
||<thead><sortable><class=button> 버튼1 ||
12
||<class=td-for-sort> 1 || ㅎㅇ ||
13
||<class=td-for-sort-1> 0 || ㅂㅇ ||
14
||<thead><sortable><tableclass=tab><class=button> 강화 여부 ||<class=hide> ||
15
||<class=hide> 1 || ㅎㅇ ||
16
||<class=hide> 0 || ㅂㅇ ||
1417