1

그래서 문제가 있습니다. IE 11에서 작동하지 않는 이유는 무엇입니까? 공식적으로 IE 11이 부트 스트랩 4에서 지원되어야하기 때문에 ... 웹 사이트 : www .ergotherapie-klinkicht.de 나는 어디서부터 시작해야할지 모르니까 지금은 조금 무기력하다. 내 코드에 IE 11이 들어가기 위해 뭔가를 놓쳤는가? 파이어 폭스에서부트 스트랩 4 IE 11이 작동하지 않습니다.

는, 가장자리, 크롬과 사파리는 내가 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 viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(46, 139, 87, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); 

} 

<!DOCTYPE html> 
<html lang="de"> 

<head> 
    <meta charset="UTF-8"> 
    <!-- IE Edge Meta Tag --> 
    <meta http-equiv="X-UA-Compatible" content="IE=edge"> 
    <!-- Viewport --> 
    <meta name="viewport" content="width=device-width, initial-scale=1"> 
    <meta http-equiv="x-ua-compatible" content="ie=edge"> 
    <!-- Minified CSS --> 
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" 
     crossorigin="anonymous"> 
    <link rel="stylesheet" href="ergo.css"> 
    <title>Bettina Klinkicht Ergotherapeutische Praxis Bonn</title> 
    <link rel="shortcut icon" type="image/x-icon" class="img-circle" href="logopur.png"> 
    <!-- Global Site Tag (gtag.js) - Google Analytics --> 
    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-107069424-1"></script> 
    <script> 
     window.dataLayer = window.dataLayer || []; 
     function gtag() { dataLayer.push(arguments) }; 
     gtag('js', new Date()); 

     gtag('config', 'UA-107069424-1'); 
    </script> 
</head> 
<body> 
<nav class="navbar navbar-inverse fixed-top transparent navbar-toggleable-sm navbar-custom"> 
     <div class="navbar-inner"> 
      <!-- Brand and toggle grouped for better mobile display --> 
      <button class="navbar-toggler navbar-toggler-right custom-toggler" type="button" data-toggle="collapse" data-target="#navmobile" 
       aria-controls="navmobile" aria-expanded="false" aria-label="Toggle Navigation"> 
     <span class="navbar-toggler-icon"></span> 
    </button> 

      <a href="home.html" class="navbar-brand"><img src="logopur_neu.png" alt="Logo" id="logonav"></a> 
     </div> 
     <!-- Collect nav-links for toggling--> 
     <div class="collapse navbar-collapse" id="navmobile"> 
      <div class="navbar-nav ml-auto"> 
       <a class="nav-item nav-link active" href="#">Home</a> 
       <a class="nav-item nav-link" href="Therapeutin.html">Über mich</a> 

       <div class="dropdown"> 
        <a class="nav-item nav-link dropdown-toggle" href="#" data-toggle="dropdown" id="servicesDropdown" aria-haspopup="true" aria-expanded="false">Angebot</a> 
        <div class="dropdown-menu" aria-labelledby="servicesDropdown"> 
         <a class="dropdown-item" href="Geriatrie.html">Geriatrie</a> 
         <a class="dropdown-item" href="Neurologie.html">Neurologie</a> 
         <a class="dropdown-item" href="Spiegeltherapie.html">Spiegeltherapie</a> 
         <a class="dropdown-item" href="Schwindeltherapie.html">Schwindeltherapie</a> 
         <a class="dropdown-item" href="Biographiearbeit.html">Biographiearbeit</a> 
         <a class="dropdown-item" href="Brain_Gym.html">Brain Gym</a> 
         <a class="dropdown-item" href="Sensibilitaetstraining.html">Sensibilitätstraining</a> 
         <a class="dropdown-item" href="Gleichgewichtstraining.html">Gleichgewichtstraining</a> 
        </div> 
       </div> 

       <a class="nav-item nav-link" href="Kontakt.html">Kontakt</a> 
      </div> 
     </div> 
     </div> 
     </div> 
    </nav> 
     <script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" 
     crossorigin="anonymous"></script> 
    <script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" 
     crossorigin="anonymous"></script> 
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" 
     crossorigin="anonymous"></script> 
    <script src="ergo.js"></script> 
</body> 
</html> 
+0

나를 위해 IE11에서 일하고, 아마도 Ctrl + F5? – TidyDev

+0

F12 Developer Tools에서 오류가 있습니까? 나는 그렇게했고 Jquery 3.2.1에 대해 불평했다는 것을 알게되었다. 나는 가득 차있는 판을 위해 "날씬한"버전을 교환했다. 몇 가지 문제 (Angular polyfill 관련)가 있었으므로 내가 할 필요가있는 유일한 것이 아니었지만 도움이 될 수 있습니까? –

답변

0

는 IE에서, 높이와 너비 필요가 명시 적으로 설정하거나이 나옵니다.

따라서 width: auto이 문제의 원인 일 수 있습니다. auto는 나에게 많은 문제를 준다. 어쩌면 그 시도해보십시오

관련 문제