mercredi 31 décembre 2014

Div with two divs inside the same size (img inside)


I am trying to have a div with an image be on the same line as another div that allows other divs to be be stacked on top of each other in the right side?


Here is an image I created with what I am trying to achieve. Thank you: http://ift.tt/1x4xtuV



<div class="media">
<div style="display:inline">
<img src="images/sample.png" width="92px" height="135px" >
<div>
<div style="display:inline;" > Points: 1422</div>
<div style="display:inline;"> Level: 17</div>
<div style="display:inline;">
<img src="images/experienceBar.png" >
</div>
</div><!-- End div .media -->




Aucun commentaire:

Enregistrer un commentaire