Results 1 to 2 of 2

Thread: Glossy Accordion Menu Flicker

  1. #1
    Join Date
    Jun 2005
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Glossy Accordion Menu Flicker

    1) Script Title:
    Glossy Accordion Menu

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

    Describe problem:
    I have been testing this menu for a web site and it works great on my Mac, the problem is when I try it on a PC running IE7, the menu gets a flicker from the open sub menu down, when closing.
    The test url: http://www.matolkm.net/layouttest.html

    As a side note, the menu does not flicker on the DD page.

    The menu is in a CSS Left Frame Layout, if this helps.
    Last edited by Sherback; 02-08-2008 at 06:10 PM. Reason: url error

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

    Default

    The reason most likely is because your page is missing a valid doctype at the very top, as mentioned in the DD script page:

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

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
  •