Does not work in IE11 - Advanced Double Navigation with hid


Topic: Does not work in IE11 - Advanced Double Navigation with hidden SideNav & fixed Navbar

delphiadev pro asked 8 years ago

Your 'Advanced Double Navigation with hidden SideNav & fixed Navbar' is not working in IE11. Here is the example on your site https://mdbootstrap.com/previews/docs/latest/html/navigation/side-nav-hidden-navbar-fixed.html

nextweb pro answered 8 years ago

Try something like this. Should work OK, but it's maybe not the best solution though..
@media all and (-ms-high-contrast:none){
 .side-nav .sidenav-bg {
 position: absolute;
 top: 0px;
 bottom: 0px;
 left: 0px;
 right: 0px;
 width: 240px;
 z-index: -1;
 background-attachment: fixed;
}
 *::-ms-backdrop, .side-nav .sidenav-bg {
 position: absolute;
 top: 0px;
 bottom: 0px;
 left: 0px;
 right: 0px;
 width: 240px;
 z-index: -1;
 background-attachment: fixed;
}
}

Hi, thank you for noticing this issue, we will fix this in our next release. Best, Marta

Neeraj Dana pro commented 8 years ago

dear mam, can you please estimate me when we can have next release

Hi, we don't have an approximate date now. Best, Marta
Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue
  • User: Pro
  • Premium support: No
  • Technology: MDB jQuery
  • MDB Version: -
  • Device: -
  • Browser: -
  • OS: -
  • Provided sample code: No
  • Provided link: No