mmm bueno te explico supongamos que tengo dos <div class="1"> que es azul y el otro <div class="2"> que es rojo, entonces si yo hago la consulta y le digo que me muestre todo en orden descendente el me muestra todo en el <div class="1"> que es azul pero no me muestra el div rojo
entonces lo que deseo es que al hacer la consulta el sistema me muestre todos los div hasta el 6 pero en orden azul, rojo---- azul, rojo -----azul, rojo-----azul, rojo
no se si me haga entender y muchas gracias por tu paciencia.
este es el código completo HTML
Código HTML:
Ver original<!-- team section -->
<div class="team-heading text-center">
<h4>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled
</h4>
<div class="col-md-2 single-member col-sm-4"> <img class="img-responsive" src="img/item1.jpg" alt="member-1">
<div class="person-detail"> <div class="arrow-bottom"></div> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
</p>
<div class="col-md-2 single-member col-sm-4">
<div class="person-detail"> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
</p> <img class="img-responsive" src="img/item2.jpg" alt="member-2"> <div class="col-md-2 single-member col-sm-4"> <img class="img-responsive" src="img/item3.jpg" alt="member-3"> <div class="person-detail"> <div class="arrow-bottom"></div> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
</p>
<div class="col-md-2 single-member col-sm-4"> <div class="person-detail"> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
</p> <img class="img-responsive" src="img/item4.jpg" alt="member-4">
<div class="col-md-2 single-member col-sm-4"> <img class="img-responsive" src="img/item5.jpg" alt="member-5">
<div class="person-detail"> <div class="arrow-bottom"></div> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
</p>
<div class="col-md-2 single-member col-sm-4">
<div class="person-detail"> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
</p> <img class="img-responsive" src="img/item6.jpg" alt="member-5">
</section><!-- end of team section -->