| r2888 vs r2889 | ||
|---|---|---|
| ... | ... | |
| 3 | 3 | \ .a > tbody > tr > td:table-of-type {border-width: 0} |
| 4 | 4 | \ .a > tbody > tr:nth-of-type(2n) > td:nth-of-type(2n+1) {padding: 0; background: #ddd;} |
| 5 | 5 | \ .a > tbody > tr:nth-of-type(2n+1) > td:nth-of-type(2n) {padding: 0; background: #ddd;} |
| 6 | \ .a > tbody > tr:nth-of-type(3) > td:nth-of-type(5) {padding: 0; background: red;} | |
| 6 | 7 | }}} |
| 7 | 8 | ||<tableclass=a><tablewidth=100%><tablebordercolor=#000,#fff><tablebgcolor=transparent><width=16%> 사진 ||<width=16%> 사진 ||<width=16%> 사진 ||<width=16%> 사진 ||<width=16%> 사진 || |
| 8 | 9 | || 내용 || 내용 || 내용 || 내용 || 내용 || |
| 9 | 10 | || 사진 || 사진 || 사진 || 사진 || 사진 || |
| 10 | 11 | || 내용 || 내용 || 내용 || 내용 || 내용 || |
| 11 | || 사진 || 사진 || 사진 || 사진 || | |
| 12 | || 사진 || 사진 || 사진 || 사진 || tr:nth-of-type(3) > td:nth-of-type(5) (3,5) || | |
| 12 | 13 | || 내용 || 내용 || 내용 || 내용 || 내용 || |
| 13 | 14 | |
| 14 | 15 | |
| ... | ... |