jquery - Bootstrap image stacking on desktop vs small screen IE -


i have responsive page displays fine on chrome, not ie. on ie of images appear on top of each other instead 4 on top of 4 on desktop , stacked 1 on top of other on small screen. issue in ie.any great.

<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"></script>  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>  <div class="row">          <div class="jumbotron">              <div class="container">                  <h1 style="color:white;text-shadow: 2px 2px #000000;text-align:center;font-size:40px;">welcome site</h1>                  <p style="color:white">key message: dummy text of printing , typesetting industry when unknown printer took galley of type , scrambled make type specimen book unknown printer took galley of type , scrambled make type specimen book has survived not 5 centuries dummy text of printing , typesetting industry make type key message: dummy text of printing , typesetting industry when unknown printer took galley of type , scrambled make type specimen book unknown printer took galley of type , scrambled make type specimen book has survived not 5 centuries dummy text of printing , typesetting industry make type.                      <br>                      <br>                  </p>              </div>          </div>      </div>     <div id="areas" class="container">          <div class="row">      <div class="col-md-3 col-xs-12  col-lg-3"><a href="#" target="_blank"><img src="images/calendar3.png" /></a></div>  <div class="col-md-3 col-xs-12  col-lg-3"><a href="#" target="_blank"><img src="images/special.png" /></a></div>                <div class="col-md-3 col-xs-12 col-lg-3"><a href="#" target="_blank"><img src="images/ancollege.png"/></a></div>               <div class="col-md-3 col-xs-12  col-lg-3"><a href="#" target="_blank"><img src="images/hwssite.png" /></a></div>          </div>          <div class="row">                 <div class="col-md-3 col-xs-12  col-lg-3"><a href="#"> <img src="images/calendar.png" /></a></div>  <div class="col-md-3 col-xs-12  col-lg-3"><a href="#" target="_blank"><img src="images/k.png" />  <div class="col-md-3 col-xs-12  col-lg-3"><a href="#"><a href="#"><img src="images/bestpractice.png"/></a></div>      <div class="col-md-3 col-xs-12  col-lg-3"><a href="#" target="_blank"><img src="images/salesexcellence.png" /></a></div>          </div>      </div>


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -