밑에 문의글 소스올립니다.

· 13년 전 · 1664
--css코딩--
 
/* wrapContainer */
body {background-color: #373737;}
#wrapTop, #wrapMid, #wrapBtm { clear: both; width:298px; margin: 0 auto; }
#wrapTop  { height: 13px; }
#wrapBtm { height: 6px; }
.tCenter, .bCenter { float: left; width:250px; }
.mCenter { float: left; width: 200px; }
#wrapTop { background: transparent url(./images/detail_left_top.png) no-repeat left top;  }
.tCenter { height: 13px; margin-left: 42px; display: inline; background: transparent url(./images/box_bg_01.png) repeat-x 0 0; }
.tRight { float: left; width: 6px; height: 13px; background: transparent url(./images/box_02.png) no-repeat 0 0; }
#wrapMid { background: transparent url(./images/box_bg_02.png) repeat-y left; }
.mRight {
 padding-left: 6px;
 background: transparent url(./images/box_bg_03.png) repeat-y right;
}
#wrapBtm{ height: 6px; background: transparent url(./images/box_03.png) no-repeat; }
.bCenter{ height: 6px; margin-left: 42px; display: inline; background: transparent url(./images/box_bg_04.png) repeat-x; }
.bRight{ float: left; width: 6px; height: 6px; background: transparent url(./images/box_04.png) no-repeat; }
#container {
  width:98%;
 height: 100%; background: #ffffff;
}
p { margin:0; }
 
 
 
--html 코딩--
<div id="wrapTop">
  <div class="tCenter"></div><div class="tRight"></div>
 </div>
 <div id="wrapMid">
  <div class="mRight">
   <div id="container">
         <p>내용</p>
   </div><!-- container close -->
        
  </div>
 </div>
 <div id="wrapBtm">
  <div class="bCenter"></div><div class="bRight"></div>
 </div>
 
|
댓글을 작성하시려면 로그인이 필요합니다. 로그인

자유게시판

+
제목 글쓴이 날짜 조회
13년 전 조회 1,175
13년 전 조회 1,241
13년 전 조회 1,115
13년 전 조회 1,290
13년 전 조회 1,010
13년 전 조회 699
13년 전 조회 2,769
13년 전 조회 1,147
13년 전 조회 896
13년 전 조회 1,275
13년 전 조회 1,139
13년 전 조회 3,206
13년 전 조회 1,111
13년 전 조회 1,116
13년 전 조회 1,665
13년 전 조회 1,153
13년 전 조회 983
13년 전 조회 1,133
13년 전 조회 859
13년 전 조회 1,093
13년 전 조회 1,146
13년 전 조회 1,792
13년 전 조회 1,213
13년 전 조회 1,152
13년 전 조회 1,652
13년 전 조회 1,202
13년 전 조회 1,147
13년 전 조회 1,175
13년 전 조회 1,533
13년 전 조회 1,177
🐛 버그신고