개발방송 소스코드
3분개발 4화 소스코드
2020.07.20
1036
청일TV
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<p>
    <title>안녕하세요 하루에 3분</title>
    <style>
        #t {width:100px; height:100px; background:RGBA(0,0,0,0.3); border:3px solid black; position:absolute; left:50px; top:50px;}
        #c {}
        .c {width:100px; height:100px; background:yellow; border-radius: 30px; border:3px dotted black;  z-index:-1;}}
    </style>
 
 
</p>
<div id="t"><br></div>
<div class="c"><br></div>
<div class="c"><br></div>
<div class="c"><br></div>
>
    //document.getElementById("c").style.display = "none";
    var elem = document.getElementsByClassName("c");
    for (var i = 0; i < elem.length; i++) {
        elem[i].style.display = "none";
    }
>
Colored by Color Scripter
cs
댓글작성
ⓒ 청일TV

이용약관개인정보 취급방침 에 동의합니다.