초보자 질문드립니다;
독특한
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
html xmlns=http://www.w3.org/1999/xhtml
head
meta http-equiv=Content-Type content=text/html; charset=utf-8 /
titleex_02/title
/head
style type=text/css
html,body{width:100%; height:100%; margin:0; padding:0;}
#wrap{width:100%; height:100%; margin:0 auto; padding:0;}
#header{width:100%; height:100px; background-color:#FF0000; position:relative; z-index:1;}
#header_m{width:990px; height:100px; background-color:#000; margin:0 auto; z-index:1;}
#container{min-height:100%; margin:-100px 0 -100px; background-color:#666; }
#content{padding:100px 0 100px; width:990px; margin:0 auto; background-color:#FF0; position:relative;}
#footer{width:100%; height:100px; background-color:#FF0000;}
#footer_m{width:990px; height:100px; background-color:#000; margin:0 auto; z-index:1;}
/style
body
div id=wrap
div id=header
div id=header_m
/div
/div
div id=container
div id=content
/div
/div
div id=footer
div id=footer_m
/div
/div
/div
/body
/html
div연습할려고 시작했습니다.
이거 써서보시면 아시겠지만 table처럼 나누는걸 연습중입니다..
노란색부분 div를 넓이 990px로 빨간색 사이로 가득채우고싶은데 어떻게해야할지 모르겠습니다..;