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 6646877
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T00:28:16+00:00 2026-05-26T00:28:16+00:00

Based on my CSS, all Browsers including IE7 show my bottom bar correct and

  • 0

Based on my CSS, all Browsers including IE7 show my bottom bar correct and fixed, all the time.

.bottom-fixed {
    position: fixed;
    bottom: 0;
    margin-left: -235px;
    min-width: 1160px;
    max-width: 130em;
    width: 100%;
}

However there is something strange in IE8. If you resize the browser window height with help of your right corner at the bottom (the way you can change a windows width and height at the same time), all is fine.

But if you resize the window height grapping the top or bottom of your browser window, the bar/div stuck at the position like it would when position was absolute instead of position: fixed.

Any idea how to fix that?

(Using Doctype for HTML5)

  • 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. Editorial Team
    Editorial Team
    2026-05-26T00:28:17+00:00Added an answer on May 26, 2026 at 12:28 am

    I couldn’t fix that with the parent float solution from this thread Umer mentioned.

    So I fixed it with a simple Javascript script which applies position: fixed all the time when the window gets resized.

    HTML

    <!--[if IE 8 ]>
        <script type="text/javascript">
            $(window).resize(function () {
                ApplyPositionFixed();
            });
        </script>
        <![endif]-->
    

    Javascript

    function ApplyPositionFixed() {
        // Check if element exists
        if ($("#bottom-bar-content").length) {
            $(".bottom-fixed").attr('style', 'position: fixed;');
            console.log("Window resized");
        }
        else {
            console.info("No element changes on Window resize");
        }
    }
    

    However. I’m ready for better solutions.

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

Sidebar

Related Questions

I have a site that utilizes a bottom fixed position masthead here: http://www.entheospartners.com/newsite/ This
The following piece of code works perfectly in all browsers, bar IE. As usual.
I have a id based CSS file where I noticed I'm mostly repeating myself.
I am looking for a CSS-based web page template where the main content div
I have a html/css based menu and I'm trying to put a flash video
I've got a question about CSS based popup windows, like those generated by jQuery
I need to do a numeric calculation based on CSS properties. However, when I
I have written code that automatically creates CSS sprites based on the IMG tags
So I have a fairly simple vertical CSS menu based off of UL. <ul
CSS Attribute selectors allow the selection of elements based on attribute values. Unfortunately, I've

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.