Giter Site home page Giter Site logo

Comments (5)

lightningrod avatar lightningrod commented on August 11, 2024

BTW - to see the hit zones, just hover your mouse below the minimised menu icon - in the area where the menu normally pops up. In IE, the pointer icon will change to the finger, and the destination URL will appear in your browser's status bar.

from responsivemultilevelmenu.

nebrot avatar nebrot commented on August 11, 2024

The problem seems to be the CSS-property "pointer-events", it works only in IE11+, not in IE 6-10:
http://caniuse.com/#feat=pointer-events

To fix that problem i add

.dl-menuwrapper .dl-menu {
  display: none;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
  display: block;
}

but this breaks some animations..

from responsivemultilevelmenu.

rudzboy avatar rudzboy commented on August 11, 2024

+1 Just noticed the same problem on IE9

However thanks for the tip.

When you say animations are broken, do you mean on all browsers when adding those rules ?

from responsivemultilevelmenu.

nebrot avatar nebrot commented on August 11, 2024

When you say animations are broken, do you mean on all browsers when adding those rules ?

We don't use this lib anymore, prefering now http://slicknav.com/ . But i think yes, with the fix above, animations on all browsers are broken. You could try to add that css only for IE < 11.

from responsivemultilevelmenu.

rudzboy avatar rudzboy commented on August 11, 2024

To avoid taking the risk, I managed so those rules are applied only to IE9 and below using browser detection.
Thanks for the tip, I use slick carousel so I think slick nav might be great too ^^

from responsivemultilevelmenu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.