레이아웃 당최 되질않네.ㅠㅠ 채택완료
/* 중간 레이아웃 */ #wrapper{} #container_wr:after {display:block;visibility:hidden;clear:both;content:""} #container_wr {z-index:5;margin:0 auto;height:100%;zoom:1} #aside {width:10%;padding:0;background: #e7ebf3;height: 100%;border: 1px solid #adbfd2;} */ #container {z-index:4;position:relative;..... #container:after {display:block;visibility:hidden;clear:both;content:""} #container_title {font-size:1.333em;margin:0 auto;font-weight:bold;} #container_title span{margin:0 auto 10px;display:block;line-height:30px;}
--------------------------------------------------------------------------------------------
head.php
답변 2개
답변에 대한 댓글 2개
https://codepen.io/sinbi/pen/BbKbqE
댓글을 작성하려면 로그인이 필요합니다.
</p>
<p>/* 좌측으로 이동 및 좌측여백을 우측여백으로 변경 */
#aside {float: left;width:305px;padding:0;background: #e7ebf3;height: 100%;border: 1px solid #adbfd2;margin: 20px 0 20px 0px;}</p>
<p> </p>
<p>/* 중간 레이아웃을 좌측배치에서 우측배치로 변경 */</p>
<p>#container {z-index:4;position:relative;float: right;min-height:500px;height:auto !important;margin:20px 0;height:500px;font-size:1em;width:875px;zoom:1;}</p>
<p>
</p>
<p>/* 수정처리된부분 */</p>
<p>#aside {float:left;margin: 20px 0 20px 0px;}</p>
<p>#container{float:right;}</p>
<p>
답변에 대한 댓글 1개
클릭을 잘못 해 버렸네요... 감사합니다.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
암튼 고맙습니다.