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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T15:22:40+00:00 2026-05-14T15:22:40+00:00

This issue occurs in our beloved Internet Explorer 7: I have a list of

  • 0

This issue occurs in our beloved Internet Explorer 7:

I have a list of items, each with a hidden child div. When user clicks the “expand” button in any list item, the hidden div will expand downwards and push all content beneith it lower.

This works just as it should in FF, Chrome, IE8 – but IE7 will not expand the parent element along with its children. This is noticeable because the top-most parent container has an absolutely positioned image at the very bottom (yea… rounded corners) – that doesn’t get pushed down when the content expands.

I’m guessing that’s because of the absolute positioning… Just wondering whether I should attempt to code up some huge workaround in jQuery just for that (assuming I’m able to), or if this is a known issue of some sort.

My HTML:

<div id="container">
   <ul>
      <li>Click here to expand
          <div class="hide"></div>
      </li>
      <li>Click here to expand
          <div class="hide"></div>
      </li>
      <li>Click here to expand
          <div class="hide"></div>
      </li>
   </ul>

   <div id="containerbottom"></div>
</div>

The CSS:

#container { position:relative; }
#container #containerbottom { position:absolute; bottom:0px; left:0px; }

The jQuery is pretty much your everyday slide function:

$('ul li').click(function() {
   $(this).children('.hide').slideDown(200);
});

Any ideas?

  • 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-14T15:22:40+00:00Added an answer on May 14, 2026 at 3:22 pm

    after much testing, this is what I have found out:

    $(document).ready(function(){
    
       $('ul li').click(function() {
    
         $(this).children('.hide').slideDown(200, function(){
    
           if($.browser.msie && $.browser.version == '7.0' ){
              $('#containerbottom').css('top',$(this).closest('ul').height()+'px');
           }
    
         });
    
       });
    
    })
    

    it’s not that good but fixes the problem…

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

Sidebar

Related Questions

We have a semi-weird issue for our site. Consistently, from 1 anonymous* user the
This issue is driving me mad. I have several tables defined, and CRUD stored
This issue has me baffled, it's affecting a single user (to my knowledge) and
Note: This issue appears to be limited to SQL Server 2005 SP2 I have
Has anyone come across this issue? Seems MS have broken it with their own
We have an issue that occurs from time to time. We have a web
We have a long standing issue in our bug tracking system about the dreaded
This issue came up when I got different records counts for what I thought
This issue is somewhat related: Problem with Code Generated by XSD.EXE: Sequence of Elements
EDIT: This issue is already submitted on Github. Changing the Act part to this

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.