Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How do we make footers stick on the bottom these days… Re: How do we make footers stick on the bottom these days…

#129373
LukyVj
Member

Hi, It seems to work for me :


footer{
width:100%;
position: absolute;
height: 80px;
clear:both;
top:100%;
}