Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 46295
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T15:56:37+00:00 2026-05-10T15:56:37+00:00

I know this would be easy with position:fixed, but unfortanately I’m stuck with supporting

  • 0

I know this would be easy with position:fixed, but unfortanately I’m stuck with supporting IE 6. How can I do this? I would rather use CSS to be clean, but if I have to use Javascript, that’s not the end of the world. In my current implementation I have a ‘floating footer’ that floats above the main content area and is positioned with Javascript. The implementation I have right now is not particular elegant even with the Javascript, so my questions are:

  1. Is there a way to do this without Javascript?
  2. If I have to use Javascript, are there any ‘nice’ solutions to this floating footer problem? By ‘nice’ I mean something that will work across browsers, doesn’t overload the browser’s resources (since it will have to recalculate often), and is elegant/easy to use (i.e. it would be nice to write something like new FloatingFooter('floatingDiv')).

I’m going to guess there is no super easy solution that has everything above, but something I can build off of would be great.

Finally, just a more general question. I know this problem is a big pain to solve, so what are other UI alternatives rather than having footer content at the bottom of every page? On my particular site, I use it to show transitions between steps. Are there other ways I could do this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T15:56:37+00:00Added an answer on May 10, 2026 at 3:56 pm

    This may work for you. It works on IE6 and Firefox 2.0.0.17 for me. Give it a shot. I made the footer’s height very tall, just for effect. You would obviously change it to what you need. I hope this works for you.

    <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01//EN' 'http://www.w3.org/TR/html4/strict.dtd'> <html> <head> <title>Liquid Footer</title>     <style type='text/css'>     .footer { background-color: #cdcdcd; height: 180px; text-align: center; font-size:10px; color:#CC0000; font-family:Verdana; padding-top: 10px; width: 100%; position:fixed; left: 0px; bottom: 0px; }     </style>     <!--[if lte IE 6]>     <style type='text/css'>     body {height:100%; overflow-y:auto;}     html {overflow-x:auto; overflow-y:hidden;}     * html .footer {position:absolute;}     </style>     <![endif]--> </head>  <body>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    This is to expand the content on the page<br>    <div class='footer'>-- This is your liquid footer --</div> </body> </html> 

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I realize this would violate convention, but I'm curious to know if you can
OK I would like to know this once and for all, how can I
Whether this is possible I don't know, but it would mighty useful! I have
Good day gurus! I don't know if this is very easy to do but
First, I know about this: How would you organize a Subversion repository for in
I would like to know this to understand why some games like Mario is
Would this work on all platforms? i know windows does \r\n, and remember hearing
Given this algorithm, I would like to know if there exists an iterative version.
The people on this website seem to know everything so I figured I would
This request is based in MS Access VBA. I would like to know what

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.