respond. js 는 IE 에서 작 동 하지 않 습 니 다.

575 단어 htmljs
한참 동안 원인 을 찾 았 더 니 respond. js 와 boottstrap. min. css 의 순서 에 문제 가 생 겼 다.
 
정확 한 순 서 는:
<link rel="stylesheet" type="text/css" href="bootstrap.min.css" media="screen">
<!--[if lt IE 9]>
      <script src="http://cdn.bootcss.com/html5shiv/3.7.0/html5shiv.min.js"></script>
      <script src="http://cdn.bootcss.com/respond.js/1.3.0/respond.min.js"></script>
    <![endif]-->

 
css 는 respond. min. js 위 에 놓 습 니 다.

좋은 웹페이지 즐겨찾기