현재 팝업레이어로 아이프레임을 받아오는데요 위에 x 버튼인데요 > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

현재 팝업레이어로 아이프레임을 받아오는데요 위에 x 버튼인데요 정보

현재 팝업레이어로 아이프레임을 받아오는데요 위에 x 버튼인데요

본문

현재 팝업레이어로 아이프레임을 받아오는데요 위에 x 버튼인데요
아이프레임이 가려버려서 x 버튼이 안보이는데 이거 보이게할려면 어떻게하나요^^??



#smartPop_overlay {display:block; overflow:hidden; position:fixed; background-color:rgba(252, 252, 252, .75); top:0; right:0; bottom:0; left:0; z-index:1000; cursor:wait; z-index:1;}
    #smartPop {display:none; position:fixed; top:0; right:0; bottom:0; left:0; overflow-x:auto; overflow-y:scroll; z-index:1004; z-index:1;}
    #smartPop_container {background-color:white; -webkit-box-shadow:0 0 1px rgba(0, 0, 0, .25), 0 1px 5px 3px rgba(0, 0, 0, .05), 0 5px 4px -3px rgba(0, 0, 0, .06); margin:9px auto 100px auto;
        max-width:1300px; min-width:400px; padding:0px; width:720px; height:500px; z-index:1; background:#fff url(img/pop03.gif) left bottom repeat-y; z-index:1;}
   
    #smartPop_top {position:relative; height:23px; overflow:hidden; cursor:default; background:url(img/pop02.gif) right top no-repeat; z-index:1;}
    #smartPop_top_content {margin-right:10px; text-align:center; overflow:hidden; height:23px; padding:5px; background:url(img/pop01.gif) left top no-repeat; z-index:1;}
   
    #smartPop_bottom {position:relative; overflow:hidden; height:520px; background:url(img/pop04.gif) right bottom repeat-y; top:0; right:0; bottom:0; left:0; z-index:1;}
    #smartPop_bottom_content {position:relative; height:470px; margin-right:5px; padding:5px 10px 20px 15px; background:url(img/pop05.gif) left bottom repeat-x; z-index:1;}

    #smartPop_content {display:none; padding:0; overflow:hidden; cursor:default;}
    #smartPop_frame {display:none; width:100%; height:100%;}
    #smartPop_log {display:none; position:fixed; top:10px; left:10px; overflow:auto; width:200px; height:400px; background:#fff; border:solid 1px #444; padding:10px; z-index:1;}

    #smartPop_close {position:absolute; width:50px; height:60px; background:url(./img/x.png) no-repeat; right:10px; top:10px; cursor:pointer; z-index:5;}
    #smartPop_loading {position:relative; margin:10px auto 0 auto; width:16px; height:16px; background:url(./img/loading.gif); cursor:wait; z-index:1;}



----------------

if(this.isInstall == false) {
                var body                    = $('body');
                var smartPop_overlay        = $('<div />').attr('id', 'smartPop_overlay').css({ opacity: this.opts.opacity, background: this.opts.background });
                var smartPop                = $('<div />').attr('id', 'smartPop');
                var smartPop_container      = $('<div />').attr('id', 'smartPop_container');
                var smartPop_top            = $('<div />').attr('id', 'smartPop_top');
                var smartPop_top_content    = $('<div />').attr('id', 'smartPop_top_content');
                var smartPop_bottom        = $('<div />').attr('id', 'smartPop_bottom');
                var smartPop_bottom_content = $('<div />').attr('id', 'smartPop_bottom_content');
                var smartPop_content        = $('<div />').attr('id', 'smartPop_content');
                var smartPop_close          = $('<div />').attr('id', 'smartPop_close');
                var smartPop_loading        = $('<div />').attr('id', 'smartPop_loading');
                var smartPop_frame          = $('<iframe />').attr({ id: 'smartPop_frame', frameBorder: 0, scrolling: 'no' });
               
                smartPop_top.append(smartPop_close).append(smartPop_top_content).appendTo(smartPop_container);
                               
                smartPop.append($('<div />').attr('id', 'smartPop_log'));           
                smartPop_bottom_content.append(smartPop_content).append(smartPop_frame);
                smartPop_bottom.append(smartPop_bottom_content).appendTo(smartPop_container);
                smartPop_container.append(smartPop_loading).appendTo(smartPop);
                body.append(smartPop_overlay).append(smartPop);
                this.isInstall = true;
            } else {
                //$('#smartPop_frame').attr({ src : this.opts.url });
                $('#smartPop').show();
                $('#smartPop_overlay').show();
            }


>>

스마트팝  소스 활용해서 만들려고하는데 잘안되네요~~
도와주실분^^;;
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로