How we make footer moveable as page contain not fix in bottom or how me make footer not in bottom it can change as page contains height or view in top like;
. HEADER. |
---|
. BODY |
.------------------------------- |
. FOOTER |
.-----–-------------–-------- |
I am using this css now:
#footer_container {
font-size:13px;
background: red;
border:1px solid red;
height:initial;
bottom:0px;
left:0;
position:fixed;
width:100%;
}
#footer {
line-height:none;
margin:0 auto;
width:auto;
color:#fff;
text-align:center;
}