2016-10-03 28 views
0

以下導航欄在Internet Explorer中無法單擊。我一直在使用引導3.Navbar鏈接在Internet Explorer 11中不起作用

<!DOCTYPE HTML> 
<head> 
<!-- force IE8+ into standards mode --> 
<meta charset="utf-8"> 
<meta http-equiv="X-UA-Compatible" content="IE=edge"> 
<meta name="viewport" content="width=device-width, initial-scale=1"> 
<meta name="description" content=""> 
<meta name="author" content=""> 

<title>XYZ Management Pvt Ltd.</title> 

<!-- Custom CSS --> 
<link href="css/management.css" rel="stylesheet"> 

<!-- Custom Fonts --> 
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"> 
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">  

<!-- Bootstrap Core CSS --> 
<link href="css/bootstrap.min.css" rel="stylesheet"> 

<!-- Bootstrap --> 
<link href="css/bootstrap.min.css" rel="stylesheet"> 

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> 
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> 
<!--[if lt IE 9]> 
    <script src="js/html5shiv.min.js"></script> 
    <script src="js/respond.min.js"></script> 
<![endif]--> 

最後我也把這個

<script src="http://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> 
<script src="http://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> 

</body> 

導航鏈接無法點擊,在Internet Explorer的。

+0

你有沒有找到一個原因呢?過去幾天我一直在研究這個問題,並且一直無法找到任何有用的東西。有興趣知道你是否能夠解決問題.. –

回答

0

您需要在您的html的第一行有<!DOCTYPE HTML>

+0

我確實有......我在複製時錯過了它。它根本不工作。就在現在,我檢查了IE8,而且這一切都搞砸了。 –

相關問題