[급질문] 파란색 레이아웃으로 변경하고 싶은데.. 어떻게 해야 하나요..
찬놀
급질문 있어서요.
작업하다가 궁금한 점이 있어서요. 제가 현재 빨간 레이아웃 화면까지 작업을 하다 멈췄습니다.
더이상 작업이 안되서여~
미천한 소생이 수다닷컴 여러분께 질문 드리옵니다.
파란색 레이아웃처럼 하려면 어떻게 해야 하는지..
지금 현재 소스에서 어떤것이 잘못된건지..
지적과 함께.. 수정 부탁드립니다.
웹표준으로 공부한지 얼마 안되서여~
수다닷컴 여러분.. 프리즈.. 도와 주세요/
부탁드립니다.
******************************************************************************************
/*소스*/
html
head
titlehtml/layout/title
link rel=stylesheet type=text/css href=/css/hee.css
script language=javascript type=text/javascript src=/js/quick.js/script
script LANGUAGE=JavaScript
/script
style type=text/css
html,body {height:100%;padding:0px;margin:0px;font-size:12px;overflow-x:hidden;}
* html #body {height: 100%;overflow-x:hidden;}
.line1 {width:100%;height:100%;background-color:#969696;}
.line2 {width:100%;height:100%;background-color:#E1E1E1;}
.ctop {padding:130px 0px 70px 0px;text-align:center;}
.cleft {padding:130px 0px 70px 0px;text-align:left;}
.cright {padding:130px 0px 70px 0px;text-align:right;}
#gnb {position: relative;width:100%;height:130px;text-align:left;}
* html #contents {height:100%;min-width:620px;}
#contents {height:100%;min-height:100%;margin:0px 0px -70px 0px;background-color:#F0F0F0;}
/* body */
#contents #body {
float:left;width:100%;background-color:#f9f4f5;margin-left:-190px;margin-right:-130px;margin-top:-130px;
}
/* content */
#contents #menu {
float:left;position:relative;width:190px;margin:0px 0px 70px 0px;background-color:#e9e9e9;min-height:100%;
}
#contents #cpadding {
float:left;width:520px;overflow-x:hidden;padding:130px 0 70px 0px;background-color:#464646;
}
#contents #banner {
float:left;position: relative;width:130px;overflow-x:hidden;background-color:#e9e9e9;
}
/* foot*/
#footer {
width:100%;height:70px;text-align:left;overflow-x:hidden;margin:0px 0px 0px 0px;
}
/style
/head
body
div id=gnb
div class=line1gnb - height:130px/div
/div
div id=contents
div id=menu
left
/div
div id=cpadding
center
/div
div id=banner
right
/div
/div
div id=footer
div class=line2footer - height:70p;/div
/div
/body
/html
*******************************************************************************************
-
진주
#contents #cpadding 에 height:100%주면 안되나요?
-
큰나라
웹표준 너무 어려워여~ 다시 한번 해보겠습니다.
-
블레이
컨텐츠 영역을 넓힐수는 없구요 백그라운드를 이용한 마치 그런 모양인양 만들어주는 방법이 있습니다.