2016-09-30 128 views
0

我在Boostrap導航欄中添加了一個額外的超鏈接元素。它在除了Microsoft Edge之外的所有瀏覽器中呈現良好。如何讓Bootstrap導航欄在Microsoft Edge中正確顯示?

我需要更改哪些內容才能在Microsoft Edge中正確呈現?

<html> 
    <head> 
     <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> 
     <style type="text/css"> 
      .theScore { 
       color:yellow; 
       float:left; 
       padding: 11px 0 0 0; 
       font-size: 20px; 
       font-weight: bold; 
      } 
     </style> 
    </head> 
    <body> 
     <div class="container"> 
      <nav class="navbar navbar-inverse"> 
       <div class="container-fluid">      
        <div class="navbar-header pull-left"> 
         <a class="navbar-brand" href="#">User</a>: 
         <a class="theScore" href="#">0000000</a>      
        </div>  
       </div> 
      </nav> 
     </div> 
    </body> 
</html> 

enter image description here

回答

0

洛爾,其簡單的除去結腸中的線之後,

用戶:enter image description here

及其在圖像

突出