테스트 사이트 - 개발 중인 베타 버전입니다

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

· 12년 전 · 1059
--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>
 

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

게시글 목록

번호 제목
5032
5018
5016
5014
5004
5002
4983
4981
4977
4970
4968
4967
4957
4940
4931
4923
4919
4911
4906
4890
4873
4841
4822
4817
4813