Results 1 to 3 of 3

Thread: Glossy Accordion Menu Script Flicker

  1. #1
    Join Date
    Sep 2008
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Glossy Accordion Menu Script Flicker

    Hi guys, I'm a long time user of DD scripts, first time poster. My problem is with the Glossy Accordion Menu Script: http://www.dynamicdrive.com/dynamici...enu-glossy.htm

    My problem is that I'm trying to implement this script on a catalogue website, when I test this script in firefox, it opens and closes smoothly with no issues. However, when I try testing it in internet explorer (6 and 7) the menu flickers every time it opens and closes. It's almost like it's trying to add a new line on the selected element before it opens and closes.

    Any thoughts?

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

    Default

    Sounds like a doctype issue. Make sure your page contains a valid doctype at the very top of the page, such as:
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    DD Admin

  3. The Following User Says Thank You to ddadmin For This Useful Post:

    Lomebririon (09-10-2008)

  4. #3
    Join Date
    Sep 2008
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks! It's a lot smoother now.
    Last edited by Lomebririon; 09-10-2008 at 01:44 AM.

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
  •