content 에 내용에 상관없이.. 풋터는 아래로 하려면...
찬슬
!doctype html public -//w3c//dtd html 4.0 transitional//en
html
head
title new document /title
meta name=generator content=editplus
meta name=author content=
meta name=keywords content=
meta name=description content=
style type=text/css
html, body {
height: 100%;
padding:0px;margin:0px;
}
#wrapper {
min-height: 100%;
position:relative;}
#header{
height:200px;
background-color:#0000f0;}
#menu{
width:200px;float:left;
background-color:#A78577;}
#content {
background-color:#8080C0;
}
#footer{
width: 500px;
left:0; bottom:0;
background-color:#C0C0C0;}
* html #wrapper {
height: 100%;
}
/style
/head
body
div id=wrapper
div id=header11/div
div id=menu 22/div
div id=content 33/div
div id=footer 44 /div
/div
/body
/html
////////////////////////////////////////////////////////////////
안녕하세요.. 수다닷컴 여러분..
질문이 있어서요..
제가 레이아웃을 잡는 과정중... 하도하도 안되서 질문 드립니다.
컨텐츠에 상관없이........... 풋터를 아래로 향하고 싶은데..
아무리 해도.. 풋터가 하단으로 고정이 안되서요..
짧은 지식으로는 도저히.. 흑흑 해결이 안되서요..
수다닷컴 여러분....
초보 코더에게.... 실락같은 답변 부탁드립니다.
감사합니다.
////////////////////////////////////////////////////////////////
-
가을c
제생각엔 그냥 아래로 하고싶으시다면 풋터에position:absolute;left:0px;top:1500px; 여렇게하면안되나요?
아니면 margin-top:1500px; 요거? ㅎㅎ