GithubHelp home page GithubHelp logo

Comments (8)

adgsm avatar adgsm commented on June 15, 2024

Definitely have to investigate on it.
It would be great if you can use non-minified js and send me line number where error appears.
thanks

from multi-level-push-menu.

jnsandrew avatar jnsandrew commented on June 15, 2024

Yes, I imagine the non minified version would've helped there! Sorry :), it's line 469 char 7.

from multi-level-push-menu.

adgsm avatar adgsm commented on June 15, 2024

have to test it. firstly i have to install ie9 somewhere (it will take some time since i'm linux user...)

from multi-level-push-menu.

jnsandrew avatar jnsandrew commented on June 15, 2024

No problem. Thanks for the help. If it's any use, Microsoft have virtual machines for virtual box available on www.modern.ie - I'm using the IE9 for Win 7 box.

from multi-level-push-menu.

badtant avatar badtant commented on June 15, 2024

The issue here was that we had removed the filter shadows from the css. Put them back and it works.
...
.multilevelpushmenu_wrapper .ltr {
margin-left: -100%;
left: 0;
-moz-box-shadow: 5px 0 5px -5px #1f4164;
-webkit-box-shadow: 5px 0 5px -5px #1f4164;
box-shadow: 5px 0 5px -5px #1f4164;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#1f4164,direction=90,strength=2);
}

.multilevelpushmenu_wrapper .rtl {
margin-right: -100%;
right: 0;
-moz-box-shadow: 5px 0 5px 5px #1f4164;
-webkit-box-shadow: 5px 0 5px 5px #1f4164;
box-shadow: 5px 0 5px 5px #1f4164;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#1f4164,direction=270,strength=2);
}
...

from multi-level-push-menu.

MXTcomunica avatar MXTcomunica commented on June 15, 2024

I had the same issue and YES, putting back IE "filter" rule in css resolve the issue.

But this can not be a solution: I don't want shadows in my menu so PLEASE, resolve this issue in a more correct way.

Thank you very much

from multi-level-push-menu.

Jonathlee avatar Jonathlee commented on June 15, 2024

Perhaps "zero" all the value for all box-shadow in CSS would remove the shadow?

from multi-level-push-menu.

yog1 avatar yog1 commented on June 15, 2024

hi'
i'm Yogesh..
I work on the linux .this plugin on the firefox well work,but i have checked on IE9 for Win 7 box. it is not all browser supportable / not responsive. when open the first time push window not hide & not click . so please cheack and solve this issue .
thank u...

from multi-level-push-menu.

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.