아이프레임 內의 DIV 소스를 비활성시킬 수 있을까요??? 채택완료
솔향기
11년 전
조회 7,255
http://cdn.tiv.pw/stream36.html">'); target="_blank">http://cdn.tiv.pw/stream36.html">');>
위와 같이 스크립트로 아이프레임을 제 웹사이트에 불러왔습니다.
그런데 불러 온 아이프레임 주소 소스내에 활성화 된 특정 DIV 레이어를 비활성시키고 싶은데요? 가능할까요?
아래는 불러 온 아이프레임 내의 소스입니다.
아래 소스 중
class="floater"> | |
| class="Advertisement" id="Advertisement1"> | |
| ="0" marginwidth="0" marginheight="0" scrolling="no" width="300" height="250" SRC="http://static.surk.tv/ad300f2.html" target="_blank">http://static.surk.tv/ad300f2.html"> | |
| | |
| class="Advertisement" id="Advertisement2"> | |
| ="0" marginwidth="0" marginheight="0" scrolling="no" width="700" height="90" SRC="http://static.surk.tv/ad728f2.html" target="_blank">http://static.surk.tv/ad728f2.html"> | |
| | |
요 부분들의 DIV 태그를 비활성시켜 창이 안뜨게 하고 싶습니다.
---------------------- 아 래 -------------------------------------
| | |
| body { | |
| margin:0; | |
| padding:0; | |
| background:#fff; | |
| position:relative; | |
| } | |
| .close { | |
| width:8px; | |
| height:8px; | |
| position: absolute; | |
| display:none; | |
| } | |
| .floater { | |
| width:640px; | |
| height:480px; | |
| position:absolute; | |
| left:0; | |
| bottom:25px; | |
| } | |
| .drt { | |
| right:0; | |
| bottom:0; | |
| width:650px; | |
| height:30px; | |
| background:#fff; | |
| opacity:0; | |
| filter:alpha(opacity=0); | |
| position:absolute; | |
| } | |
| .Advertisement { | |
| position:absolute; | |
| } | |
| .Advertisement iframe{ | |
| opacity:0.7; | |
| filter:alpha(opacity=70); /* For IE8 and earlier */ | |
| position:absolute; | |
| left:0; | |
| top:0; | |
| background:#fff; | |
| } | |
| .Advertisement .close { | |
| left: 20px; | |
| top: 20px; | |
| } | |
| .Advertisement .close2 { | |
| top:auto; | |
| bottom:10px; | |
| width:8px; | |
| height:8px; | |
| } | |
| #Advertisement1 { | |
| width:300px; | |
| height:250px; | |
| left:50%; | |
| bottom:65px; | |
| margin: -125px 0 0 -150px; | |
| background:#fff; | |
| } | |
| #Advertisement2 { | |
| width:700px; | |
| height:70px; | |
| left: 0; | |
| bottom: -5; | |
| background:#fff; | |
| } | |
| #sportodin { | |
| max-height:600px; | |
| } | |
| .message { | |
| position:absolute; | |
| top:0; | |
| color:#444; | |
| left:0; | |
| font-size:11px; | |
| } | |
| style="position:relative"> | |
| id="playerflash">Flash player not working | |
class="drt"> | |
class="floater"> | |
| class="Advertisement" id="Advertisement1"> | |
| ="0" marginwidth="0" marginheight="0" scrolling="no" width="300" height="250" SRC="http://static.surk.tv/ad300f2.html" target="_blank">http://static.surk.tv/ad300f2.html"> | |
| | |
| class="Advertisement" id="Advertisement2"> | |
| ="0" marginwidth="0" marginheight="0" scrolling="no" width="700" height="90" SRC="http://static.surk.tv/ad728f2.html" target="_blank">http://static.surk.tv/ad728f2.html"> | |
| | |
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인