Hi,
Ive seen a couple of threads about a sticky footer. Tried the solutions and so far non of theme have worked... I need to generate a full width fluid layout with a sticky footer. I'm currently using framework 2.4.
currently, Ive tried
/*Declare zero margin and padding on everything*/
* {margin:0;padding:0;}
html, body { height: 100%; }
#site .fullwidth {
min-height: 100%;
position:relative;
}
#page{
min-height: 100%;
margin-bottom: -50px;
position: relative;
}
#footer {
height: 50px;
position: relative;
background-color:#FFFFFF;
}
Whats interesting though is if I make the footer height large enough, say 100px it will stick to the bottom, but If I reduce the height to what i want, around 25px it will move up, Any ideas? I need to get this done ASAP.
Cheers











