토타토타

div 고정이라고 해야할까요?


위의 그림과 같이 양쪽 파랑박스처럼 중앙정렬된 사이트에서 왼쪽 오른쪽에 저렇게

만들려고 합니다.

쥐마켓에보면 왼쪽 오른쪽에 있는것처럼요..

부탁드립니다.
|

댓글 1개

몇가지의 방법이 있겠지만,
아래의 방법을 참조해 보세요.^^


<style type="text/css">
div#wrap{text-align:center;}/*모든 내용 중앙정렬*/
div#container{width:998px;text-align:left;margin:0 auto 0 auto;}/*컨테이너 가로998px 내용 왼쪽정렬*/
div#static_l{margin-top:50px;width:196px;height:500px;border:2px solid #0000ff;float:left;}/*왼쪽 바*/
div#contents{width:594px;height:800px;border:2px solid #ff0000;float:left;margin-left:5px;}/*내용*/
div#static_r{margin-top:50px;width:196px;height:500px;border:2px solid #0000ff;float:right;}/*오른쪽 바*/
</style>

<!-- wrap -->
<div id="wrap">
<!-- container -->
<div id="container">
<!-- 왼쪽 바 -->
<div id="static_l">LEFT</div>
<!-- 내용 -->
<div id="contents">CONTENTS</div>
<!-- 오른쪽 바 -->
<div id="static_r">RIGHT</div>
</div>
<!-- //container -->
</div>
<!-- //wrap -->
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
16년 전 조회 6,869
16년 전 조회 1,114
16년 전 조회 855
16년 전 조회 1,584
16년 전 조회 1,258
16년 전 조회 1,146
16년 전 조회 796
16년 전 조회 980
16년 전 조회 4,497
16년 전 조회 2,287
16년 전 조회 1,009
16년 전 조회 1,232
16년 전 조회 844
16년 전 조회 1,066
16년 전 조회 893
16년 전 조회 1,529
16년 전 조회 1,189
16년 전 조회 1,555
16년 전 조회 2,345
16년 전 조회 1,041