Reputation: 927
I've developed website using bootstrap 3
.
The pages are displaying properly in Chrome
and Firefox
but not in Internet Explorer 8
.
Are there any css or js files have to be included?
Upvotes: 0
Views: 98
Reputation: 15785
Yes. According to the Bootstrap 3 documentation:
Internet Explorer 8 and 9 are also supported, however, please be aware that some CSS3 properties and HTML5 elements are not fully supported by these browsers. In addition, Internet Explorer 8 requires the use of Respond.js to enable media query support.
Upvotes: 1