jquery - I don't know how to do a list like this -


i'm using jquery mobile
i'm tring list web app, when resize window, list won't resize fit in new screen.

fiddle

<ul data-role="none">   <li>     <a href="index.html">       <div class="ev">         <div class="fot">           <img src="img/football.png" width="80px" height="80px">         </div>         <div class="contef">           <h2>torneo en barcelona</h2>         </div>         <div class="contef_cn">           <p>torneo de futbol sala en barcelona centro</strong>             <br>incripcion l-v 9:00 apartir del dia 21/2/2069</p>         </div>       </div>     </a>   </li>   <!--fin--> </ul> 

enter image description here


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -