小编Lis*_*isa的帖子

Bootstrap 4 IE 11不起作用

所以我有问题,我的整个网站在IE 11中不起作用.我不明白为什么因为官方IE 11应该由bootstrap 4支持...网站:www.ergotherapie-klinkicht.de我有点现在无助,因为我不知道从哪里开始.在我的代码中,我错过了IE 11的内容吗?

在Firefox,Edge,Chrome和Safari中它运行得很好......

因为现在,我觉得bootstrap 4根本不兼容IE 11 ...

谢谢你的回复!

这是我的导航栏,例如,它在IE 11中不可见:

#logonav {

   height: 40px; 
    width: auto;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #2E8B57;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item .nav-link .active,
.navbar-custom .nav-item:hover .nav-link {
    color: orangered; 
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #2E8B57;
}

.custom-toggler.navbar-toggler {
    border-color: rgb(46,139,87);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg …
Run Code Online (Sandbox Code Playgroud)

css internet-explorer sass internet-explorer-11 twitter-bootstrap-4

13
推荐指数
2
解决办法
3万
查看次数