새창 Type3 (temp_neww_type3)

  • CSS Code

    #pop_header{position:absolute; top:0; left:0; width:700px; height:44px; background:#EBEBEB; border-bottom:4px solid #65B93D;}
    .leftblock_logotitle{float:left; padding:10px 15px}
    .leftblock_logotitle .title{float:left; margin-left:10px; margin-top:6px; font-size:12px;}
    #pop_container{width:700px; height:100%;}
    * html #pop_container{height:96%;} /* IE7 hack*/
    .pop_headHeight{height:44px;}
    .pop_content {position:relative; z-index:1;}
    .pop_content_space{margin:20px;}
    /* Layout Height - 실제 서비스 적용 후 아래 코드는 삭제 하세요 */
    .pop_conblock{height:300px;}
  • HTML Code

    <div id="pop_header">
    <div class="leftblock_logotitle">
    <h1 class="float_l"><img src="../image/temp/logo_pu.gif" border="0" alt="WipsON Logo">
    <h2 class="title">타이틀 제목</h2>
    </div>
    </div>
    <div id="pop_container">
    <div class="pop_headHeight"></div>
    <div class="pop_content pop_content_space">
    <p class="pop_conblock">컨텐츠 내용</p>
    </div>
    </div>
  • Image

    • wips on logologo_pu.gif