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

레이아웃 당최 되질않네.ㅠㅠ 채택완료

이박사 6년 전 조회 2,874

/* 중간 레이아웃 */ #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

    

     <=====이것을 좌측에 넣으려고 하는데요...   aaa    
   

   

   

       

 

위에서

를 좌측에 배치하려고 하는데 되질 않네요.... 어디를 고쳐야 하나요?

고수님들 부탁드리겠습니다.

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

답변 2개

채택된 답변
+20 포인트
s
sinbi Expert
6년 전

바로 코드로 알려드릴 수도 있는데,

그보단 직접 이 동영상을 보시는 게 더 도움이 될 것 같아...

https://homzzang.com/b/css-254

로그인 후 평가할 수 있습니다

답변에 대한 댓글 2개

이박사
6년 전
그것 보면서 했는데 않되서 글 올린건데....ㅠㅠ
암튼 고맙습니다.
s
sinbi
6년 전
https://codepen.io/sinbi/pen/YgqgLa
https://codepen.io/sinbi/pen/BbKbqE

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

6년 전

</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개

이박사
6년 전
에구 채택을 잘못했습니다.ㅠㅠ
클릭을 잘못 해 버렸네요... 감사합니다.

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

답변을 작성하려면 로그인이 필요합니다.

로그인