Results 1 to 1 of 1

Thread: Scroll bar flickers when the page is loading(IE7)

  1. #1
    mnsanthoshkumar Guest

    Scroll bar flickers when the page is loading(IE7)

    Hi,

    I have this strange issuewhich is only happening in IE7. When the page loads, the scroll bars begin to flicker. It stops after the page loads completely. And if the page is loading after an ajax request, it scroll bars keep flickering even after ajax response is completed. Please let me know if anyone has any answers to this issue.

    The HTML is as follows:

    Code:
    <div id="db-overlay-popup-box" class="overlay-popup-box">
    <div id="database-list-popup"><form>....</form></div></div>
    The CSS used for the div elements is given below.

    Code:
    #db-overlay-popup-box {
    min-height: 200px;
    height: 400px;
    position: absolute;
    width: 40%;
    margin-left: 30%;
    top: 15em;
    border: 2px solid #3282b6;
    z-index: 999;
    padding: 10px;
    background-color: #fff;
    }
    
    #databaselist-databases {
    list-style-type : none;
    clear: both;
    overflow: auto;
    position: absolute;
    width: 90%;
    margin-left: 1em;
    padding-left: 1em;
    right: 1em;
    white-space: nowrap;
    }
    
    .overlay-popup-box {
    position: absolute;
    z-index: 999;
    width: 40%;
    margin-left: 30%;
    border: 2px solid #3282b6;
    padding: 10px;
    background-color: #fff;
    }
    Last edited by is_numeric; 07 Sep 2009 at 12:56 AM. Reason: code tags added

Similar Threads

  1. background image that moves together with the scroll bar?
    By ranteo in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 02 Sep 2009, 01:31 PM
  2. OnLoad Scroll Bar Position or name anchor?
    By Twitch in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 10 Oct 2005, 08:31 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •