0

I included below tags in my example, Still it's not working. col-md-* is taking full with of the div. col-md-* width is not showing at all in developer tool.

<meta content="text/html; charset=windows-1252" http-equiv="Content-Type" />
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- HTML5 Shim and Respond.js 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="html5shiv.min.js"></script>
          <script src="respond.min.js"></script>
           <link href="//netdna.bootstrapcdn.com/respond-proxy.html" id="respond-proxy" rel="respond-proxy">
        <![endif]-->
Rajasekhar
  • 43
  • 8
sravanthi
  • 17
  • 4
  • It's already solved from this post. http://stackoverflow.com/questions/17947182/ie8-issue-with-twitter-bootstrap-3 – kyawagwin Mar 27 '15 at 06:12

2 Answers2

0

For supporting @media queries in IE 8 and below, check out

https://code.google.com/p/css3-mediaqueries-js/

css3-mediaqueries.js by Wouter van der Graaf is a JavaScript library to make IE 5+, Firefox 1+ and Safari 2 transparently parse, test and apply CSS3 Media Queries. Firefox 3.5+, Opera 7+, Safari 3+ and Chrome already offer native support.

Reference: Twitter Bootstrap Responsive layout does not work in IE8 or lower

Also See : http://getbootstrap.com/getting-started/#support-ie8-ie9

Update: There are plenty of questions/answers. You Just need to google it.

Community
  • 1
  • 1
Ganesh Salunkhe
  • 556
  • 1
  • 4
  • 18
0

Have you look the size of your CSS, For IE up to IE9 the css file size is max 288kb. Maybe thats is a problem

Miomir Dancevic
  • 6,071
  • 12
  • 53
  • 102