|
|
|
13-01-23
|
조회 1,157
|
|
|
|
13-01-23
|
조회 821
|
|
|
|
13-01-23
|
조회 1,632
|
|
|
|
13-01-23
|
조회 858
|
|
|
|
13-01-23
|
조회 559
|
|
|
|
13-01-23
|
조회 830
|
|
|
|
13-01-23
|
조회 602
|
|
|
|
13-01-23
|
조회 3,194
|
|
|
|
13-01-23
|
조회 645
|
|
|
|
13-01-23
|
조회 1,604
|
|
|
|
13-01-23
|
조회 815
|
|
|
|
13-01-23
|
조회 1,074
|
|
|
|
13-01-23
|
조회 1,050
|
|
|
|
13-01-23
|
조회 856
|
|
|
|
13-01-23
|
조회 876
|
|
|
|
13-01-23
|
조회 1,055
|
|
|
|
13-01-23
|
조회 2,561
|
|
|
|
13-01-23
|
조회 1,082
|
|
|
|
13-01-23
|
조회 720
|
|
|
|
13-01-23
|
조회 744
|
댓글 1개
position:absolute를 감싼 부모 레이어를 만들어 주시고 position:relative로 위치를 제어를 하신다면 ..근데 지금 홈페이지의 경우 레이아웃이 쉽지는 않을것 같네요.우측의 퀵스크롤 메뉴도 위치가 안맞네요
<html>
<head></head>
<body>
<div style="width:100%;height:100%;text-align:center">
<div style="position:relative;width:1024px;margin:0 auto;border:1px solid #f60">
<div style="position:absolute; left:0; top:0; width:100px; height:500px;background:#ccc">좌측배너</div>
<div style="width:800px;height:700px;margin:0 auto;background:#ddd;text-align:left";>중앙</div>
<div style="position:absolute; right:0; top:0; width:100px; height:500px;background:#999">우측퀵메뉴</div>
</div>
</div>
</body>
</html>
대충 이런 구조로 작업을 하시면 될듯