새창 Type2 (temp_neww_type2)

  • CSS Code

    #pop_header{position:absolute; top:0; left:0; width:400px; height:36px; background:#3A9C0E;}
    .leftblock_logotitle{padding:9px 0 0 15px;}
    .leftblock_logotitle .title{background:url('../image/temp/icon_bu3.gif') no-repeat left center; padding-top:3px; padding-left:15px; font-size:14px; color:#FFF;}
    #pop_container{width:400px; height:100%;}
    * html #pop_container{height:96%;} /* IE7 hack*/
    .pop_headHeight{height:36px;}
    .pop_content {position:relative; z-index:1;}
    .pop_content_space{margin:20px;}
    .pop_inputtype{width:265px; height: 19px; border:1px solid #7E9CB8; margin-left:5px;}
    .pop_btnblock{text-align:center; margin-top:20px;}
    .btn_graytype1{display:inline-block; border:1px solid #9e9e9e; background:#ffffff; padding:5px 10px; text-align:center; color:#4d4d4d;}
    .btn_leftspace{margin-left:5px;}
  • HTML Code

    <div id="pop_header">
    <div class="leftblock_logotitle">
    <h1 class="title">새폴더 생성</h1>
    </div>
    </div>
    <div id="pop_container">
    <div class="pop_headHeight"></div>
    <div class="pop_content pop_content_space">
    <fieldset>
    <legend>새폴더 생성</legend">
    <label for="" class="font_type_bold">새폴더명 :</label>
    <input type="text" value="" maxlength="20" class="pop_inputtype" name="" id=""/>
    <div class="pop_btnblock">
    <span><a href="#"><span class="btn_graytype1 font_type_bold">생성</span></a></span>
    <span class="btn_leftspace"><a href="#"><span class="btn_graytype1">취소</span></a></span>
    </div>
    </fieldset>
    </div>
    </div>
  • Image

    • 아이콘icon_bu1.gif