Results 1 to 4 of 4

Thread: Screen flicks when using menu

  1. #1
    Join Date
    Nov 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Screen flicks when using menu

    I have used the accordion menu script and it loads fine. I just have this problem that every time i expand or collaps the menu the screen sort of flicks: I dont know how to explain it so i just post the adress:

    www.d-2.dk/hia

    I hope other can see it and maybee help me with this.
    I'm quite a noob when it comes to coding so go easy on me

  2. #2
    Join Date
    Nov 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Well, thanks for helping

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

    Default

    I can't get access to your screen as my work blocks it... but could it be that it is due to a scrollbar appearing in the RH side of the browser when you open the menu?

    There is a workaround for this, which is to place
    Code:
    html { overflow: scroll; }
    at the start of your css file. It means that scrollbars will always appear on the page, whether you need them or not. It's not a great fix but there aren't many options.

    If that's not the problem, maybe you can describe a bit more? I had a page load flicker, which I described here: http://www.dynamicdrive.com/forums/s...ad.php?t=50472.

    The fix is also described on that thread.

    Hope that helps!

  4. #4
    Join Date
    Nov 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thansk for replying but the page comes without scrollbar as my "client" does not wich to have 'em. So i figure thats not the problem. But is thats the only solution is guess the company will have to choke on that

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
  •