| r1271 vs r1272 | ||
|---|---|---|
| ... | ... | |
| 19 | 19 | 한국어}}}{{{#!wiki class="jp hide" |
| 20 | 20 | 日本語}}}}}} |
| 21 | 21 | }}} |
| 22 | ||
| 23 | {{{{{{{{{#!style | |
| 24 | .button1 { | |
| 25 | background:red; height: 20px; width: 20px | |
| 26 | } | |
| 27 | .button1:hover { | |
| 28 | background: blue | |
| 29 | } | |
| 30 | .hide { | |
| 31 | display: none | |
| 32 | } | |
| 33 | .kr { | |
| 34 | display: block | |
| 35 | } | |
| 36 | ||
| 37 | .button1:hover ~ .kr { display: none; } | |
| 38 | .button2:hover ~ .jp { display: block; } | |
| 22 | 39 | }}} |
| 23 | 40 | |
| 41 | {{{#!wiki class="button2 button1" | |
| 42 | }}} | |
| 43 | ||
| 44 | {{{#!wiki class="kr" | |
| 45 | 한국어 | |
| 46 | }}}{{{#!wiki class="jp hide" | |
| 47 | 일본어 | |
| 48 | }}}}}}}}} | |
| 49 | }}} | |
| 50 | ||
| 24 | 51 | ||{{{#!wiki style="display:inline-block;margin:0 5px" |
| 25 | 52 | 저는 L입니다.}}}{{{#!wiki style="display:inline-block;margin: -15px -10px 0 0" |
| 26 | 53 | || a1 || a2 || a3 || |
| ... | ... |