css - Why Bootstrap 3 navbar dropdown doesn't work in IE8? -


the bootstrap 3 dropdown doesn't work in ie8, don't know why, on that. people because bs added css filter property

bootstrap3 workes fine ie 8 have make sure add respond.js , html5shiv , latest version of jquery

like this:

<meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">  <!--[if lt ie 9]>   <script src="js/html5shiv.js"></script>   <script src="js/respond.min.js"></script> <![endif]-->   

Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -