0
there is some way to make the Bootstrap
compatible with IE
,
in the documentation talks about the Respond.js but it didn’t work,
follow example link
<!doctype html>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script type="text/javascript" src="https://netdna.bootstrapcdn.com/bootstrap/3.0.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://djyhxgczejc94.cloudfront.net/frameworks/bootstrap/3.0.0/themes/white-plum/bootstrap.min.css">
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.0/css/font-awesome.css">
</script> </script> </script>
- col-Md-4 -
- col-Md-4 -
- col-Md-4 -
<div class="row">
<div class="col-md-6">
<div class="well"> - col-md-6 - </div>
</div>
<div class="col-md-6">
<div class="well"> - col-md-6 - </div>
</div>
</div>
this behaves like this in the Chrome: and so on IE7:
what version of IE you’re talking about?
– Leandro RR
tested in the
IE7
andIE8
– Fabio Macedo