Results 1 to 2 of 2

Thread: ddlevelsmenu Hover issue in IE 11

  1. #1
    Join Date
    Jan 2013
    Posts
    8
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default ddlevelsmenu Hover issue in IE 11

    1) Script Title: ddlevelsmenu

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

    3) Describe problem: I've implemented the ddlevelsmenu drop-down menu system on my website with two levels of submenus that has worked fine in earlier versions of IE and also works fine in Firefox and Chrome. HOWEVER, now in IE 11 the drop-down lists display but sometimes lose focus on mouseover so that I can't click on an item to select it. When that happens, have to right-click to be able to get to a submenu element and select it. Major bother for users.

    Website URL: http://www.varisys.com

    Thanks for any help you can provide.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Seems fine here in IE 11. Is there any particular sequence of events I can duplicate to make the problem apparent?

    One thing I would suggest though, where you have:

    Code:
    <li><a href="http://www.varisys.com/vs2007/Software.html" rel="SoftwareSubmenu"><b>Software</b></a></li>
    and similar, lose the bold tags. Use css instead by making up a class (preferred):

    Code:
    <li><a class="bolded" href="http://www.varisys.com/vs2007/Software.html" rel="SoftwareSubmenu">Software</a></li>
    while adding this to the stylesheet:

    Code:
    .bolded {font-weight: bold;}
    Or try:

    Code:
    <li><b><a href="http://www.varisys.com/vs2007/Software.html" rel="SoftwareSubmenu">Software</a></b></li>
    Last edited by jscheuer1; 05-30-2014 at 01:29 AM. Reason: offer possible solutions
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Similar Threads

  1. hover down issue
    By shoppersINSANE in forum JavaScript
    Replies: 1
    Last Post: 11-19-2012, 11:06 PM
  2. ddlevelsmenu - mobile browser issue
    By semmel in forum Dynamic Drive scripts help
    Replies: 5
    Last Post: 04-02-2012, 03:09 PM
  3. CSS issue with ddlevelsmenu
    By tsutton in forum Dynamic Drive scripts help
    Replies: 3
    Last Post: 10-15-2011, 01:23 PM
  4. DDLevelsMenu - layering issue - display behind Flash animation in FireFox
    By westernaspect in forum Dynamic Drive scripts help
    Replies: 3
    Last Post: 03-05-2010, 08:06 PM
  5. hover in ie problem (or not a hover issue?)
    By lafutura@yahoo.com in forum CSS
    Replies: 5
    Last Post: 10-04-2005, 06:21 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
  •