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.