답변 3개
위 검은아이님의 답변을 참조하세요...
default.css화일을 열면
/* 중간 레이아웃 */
#container_title {margin-bottom:20px;font-size:1.2em;font-weight:bold}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#aside {float:right;margin:0 0 0 -1px;width:210px;border-left:1px solid #dde4e9;background:#fff}
#container {z-index:4;position:relative;float:left;padding:15px 16px 15px 15px;width:728px;min-height:500px;height:auto !important;height:500px;border-right:1px solid #dde4e9;background:#fff;font-size:1em;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {margin-bottom:20px;font-size:1.2em;font-weight:bold}
이런 부분이 있습니다.
위 빨간 부분 right를 left로
세로 줄은 border와 관련이 있습니다. 파란색 부분을 수정하세요. 마찬가지로 border-left는 border-right로, border-right는 border-left로 수정하시면 될 것 같네요
답변에 대한 댓글 2개
혼자서 해결해볼려고 머리 싸매고 있었는데
덕분에 한번에 수정했습니다.
댓글을 작성하려면 로그인이 필요합니다.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
어제 이 답변하면서 세로선도 해보려 했는데 잘 안되어서 금방 포기했는데요. ^^
멋지십니다.