Results 1 to 10 of 10

Thread: Accordion Menu - Screen flickers

  1. #1
    Join Date
    Sep 2009
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Accordion Menu - Screen flickers

    1) Script Title: Accordion Content Script (v1.7.1)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...menu-arrow.htm

    3) Describe problem: The menu seemed to be working fine. Today I noticed that when I clicked on one of the menu headers it would open and display the submenu's but before going to the new page the screen seems to flicker. It almost looks like a white jagged line quickly flashed on the screen before the page loads. Any help or suggestions would be greatly appreciated. I only notice this in IE, not Firefox. Any help would be appreciated.

    http://development.bfaeng.com
    Last edited by flipflop127; 11-29-2009 at 02:01 AM. Reason: Adding URL to site

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Please post a link to the page on your site that contains the problematic script so we can check it out.
    DD Admin

  3. #3
    Join Date
    Sep 2009
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Accordion Menu Flicker

    Here is a link to the site where you can see the problem:

    http://development.bfaeng.com

    Thank you.

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    The flash could be due to the new page loading plus the almost instant revealing of a specific header due to your use of the URL parameter feature in each header's URL:

    Code:
    <div class="menuheaders"><a href="civil_design.htm?menuheaders=0" title="CSS">Civil Design</a></div>
    This is just my theory, as in general the browser simply shouldn't be "flashing" when it renders a page. The issue could be a combination of your specific page's layout, coupled with IE's renderng engine.

    What happens if you remove the URL parameter from the URL in your headers (ie: ?menuheaders=0)?
    DD Admin

  5. #5
    Join Date
    Sep 2009
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I removed the code that you suggested, but I still have the same problem. I don't understand because is was working fine. If you have any other suggestions I would really appreciate it.

  6. #6
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    By working fine, you mean there was no flash in IE until at some point?
    DD Admin

  7. #7
    Join Date
    Sep 2009
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    That is correct. There was no flashing on the screen. Everything was fine until last week. It still works fine in Firefox (no flashing). I even restored my files to the previous week thinking that I had inadvertently changed some code, but it still has that crazy flash in IE.

  8. #8
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Did you manage to fix the issue? I just tested your site in IE8, and the "flash" no longer seems to be present.
    DD Admin

  9. #9
    Join Date
    Sep 2009
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    No, I still have not been able to fix the problem. I did remove the background image. The flash is still there. Thank you.

  10. #10
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    For me the problem no longer exists strangely. I'm on IE8 Win 7 btw. Regardless though, the issue most likely is due to some design element on your page- you might want to try systematically removing parts of the page and changing the page's CSS until you isolate the culprit.
    DD Admin

Bookmarks

Posting Permissions

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