도와주세요 ㅠㅠ
아라
html
head
meta http-equiv=Content-Type content=text/html; charset=euc-kr /
style type=text/css
!--
html, body {height:100%; margin:0 ; padding:0; }
#wrap {
height: 100%;
}
#header {
height: 120px;
position: relative;
z-index: 1;
}
#body {
background-color: #dddddd;
min-height: 100%;
margin:-120px 0 -90px 0;
}
*html #body {
height: 100%;
}
#left {
padding:120px 0 90px;
}
#footer {
height: 90px;
clear: both;
background-color: #777;
}
--
/style
/head
body
div id=wrap
div id=header
header
/div
div id=body
div id=left
left
/div
/div
div id=footer
footer
/div
/div
/body
/html
여기에 left라고 있잖아요 거기다가 배경을 길게 깔고 싶은데요 left를 100%로 늘리는게 너무 힘드네요 도와주세요 ㅠㅠ
-
돋가이 2025-01-04
흐미 감사합니다.
웹 표준 너무 빡쎠 ㅠㅠ 나 옛날로 돌아갈래 ~ -
독특한 2025-01-04
바디에 백그라운드를 깔으시고 header 나 footer 에 백그라운드를 덮어서 깔면 가능하리라 봅니다..
일반적으로 앞으로 나올지 안 나올진 모르겠습니다만.. div 속성에 height 100% 값은 없을듯.... 있을지도 모르나 수많은 검색과 여러 팁들을 찾아봐도.. 찾을수가 없었슴다.. ^^