채택완료

레이아웃 짜려는데 도움좀 주셨으면 합니다.

87dec67176b39a4bf0b0cbfc0ccd5f63_1433814924_9099.jpg

이렇게 레이아웃을 짜려고 합니다.

어떻게 해야 할까요? 

답변 2개

채택된 답변
+20 포인트

여러 방법이 있겠지만

Copy
<div style="width:400px;height:400px"> <div style="width:200px;height:200px;background-color:#00a0ea;float:left"></div> <div style="clear:both"></div> <div style="width:200px;height:200px;background-color:#e83227;float:left"></div> <div style="width:200px;height:400px;background-color:#8fc320;float:right;margin-top:-200px"></div></div>​

이런식으로 구성할 수 있을 듯 합니다.

 

이미지만으로는 설명이 부족합니다.

참고로 현재 G5 기본 설치시 적용되는 레이아웃이 위에 이미지와 동일하구요.

 

또하나

파란박스가 가변인가요? 고정인가요?

녹색박스가 세로로 늘어날경우 빨간박스가 영향을 받나요 안받나요?

 

이에 따라서....CSS 가이드가 확~~!! 달라진답니다^_^;; 

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