Results 1 to 3 of 3

Thread: ALl Levels Menu broken in IE8/9

  1. #1
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default ALl Levels Menu broken in IE8/9

    DD demo link: http://www.dynamicdrive.com/dynamici...menu/index.htm

    Related thread: http://www.dynamicdrive.com/forums/s...813#post312813

    Primary problem

    Hi ddadmin,

    While helping out on the related thread link above, I noticed that the All Levels Menu demo page is broken in IE8/9 modes in IE Dev Tools.

    The red arrows are missing and the sub-menus do not activate.

    Looks like its down to incompatibility with matchMedia and addListener.


    Secondary problem

    DD demo link: http://www.dynamicdrive.com/dynamici.../generator.htm

    The extra span element on the parent list of the Uber Round Color Tabs menu is causing the sub-title to return as 'null' in mobile view. Something to check over, although as a workaround, I bypassed the extra spans by using multiple background-images here: http://www.dynamicdrive.com/forums/s...813#post312813
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

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

    Default

    Thanks for the heads up. I actually didn't know about the emulation mode in IE Developer Tools. I've been using IETester, a third party software instead, but the former looks better, thanks!

    I've fixed the bug in the menu not running in IE8/9. More details on the other thread: http://www.dynamicdrive.com/forums/s...813#post312813
    DD Admin

  3. #3
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    Just copying the info here to keep things together... I posted it on the other thread too so feel free to delete that one once you've read it.


    This demonstrates the problem ddadmin: http://fofwebdesign.co.uk/template/_...smenu/demo.htm

    Top-level menu markup provided by the generator is different to the standard menu and looks like this;
    Code:
    <div id="ddtopmenubar" class="ubercolortabs">
    <ul>
    <li><a href="http://www.dynamicdrive.com"><span>Home</span></a></li>
    <li><a href="http://www.dynamicdrive.com/new.htm" rel="ddsubmenu1"><span>DHTML</span></a></li>
    <li><a href="http://www.dynamicdrive.com/style/" rel="ddsubmenu2"><span>CSS</span></a></li>
    <li><a href="http://www.dynamicdrive.com/forums/"><span>Forums</span></a></li>
    <li><a href="http://tools.dynamicdrive.com/" rel="ddsubmenu3"><span>Web Tools</span></a></li>
    </ul>
    </div>
    1. Reduce the browser width to trigger the mobile menu.

    2. Click on any of the top-level headings that have subs (DHTML, CSS and Web Tools)

    3. The first line (the title) says "< null"

    This only happens on the first sub-level (because of the extra span in the markup). Deeper sub-menus carry the correct title.

    Tested in IE11 and Chrome (same issue)
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

Similar Threads

  1. Broken image icon in drop-down menu
    By Rod Myers in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 12-24-2014, 08:35 AM
  2. Smooth menu broken in IE8?
    By avittech in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 06-28-2011, 01:36 PM
  3. Replies: 2
    Last Post: 10-27-2009, 03:36 AM
  4. AnyLink Drop Down Menu broken after correcting menu
    By trenee71 in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 02-28-2007, 10:02 AM
  5. Why is Switch Menu broken only with www's in the url?
    By aplayerb in forum Dynamic Drive scripts help
    Replies: 10
    Last Post: 09-08-2006, 07:49 PM

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
  •