Not like position:fixed CSS attribute?
2007/10/31, Jake McGraw <[EMAIL PROTECTED]>: > > > Ah, that isn't a true sticky footer, he's talking about a footer that > sticks to the bottom AND does not overlay the page content. > > - jake > > On Oct 31, 2007 5:21 PM, Andy Matthews <[EMAIL PROTECTED]> wrote: > > > > What code are you using for your CSS? There shouldn't need to be a > > "solution". > > > > CSS: > > > > #footer { > > position: absolute; > > height: 50px; > > width: 300px; > > bottom: 0px; > > left: 10px; > > > > } > > > > -----Original Message----- > > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of cfdvlpr > > Sent: Wednesday, October 31, 2007 4:13 PM > > To: jQuery (English) > > Subject: [jQuery] Sticky Footer > > > > > > Is there a way to make a footer always show right at the bottom of the > page > > using jQuery? I've tried the CSS solution from Ryan Fait and it's not > > working for me. > > > > > > >