I have this HTML code in summary accounts:
<section id="contenido">
<article class="item">
<figure class="imagen_item">
<img src="images/img7.jpg" />
</figure>
</article>
</section>
and the CSS style:
#contenido .item .imagen_item
{
float: left;
margin-right: 1em;
overflow: hidden;
}
#contenido .item .imagen_item img
{
max-width: 96px;
}
But I can not get the iamgen cut when it overflows ... it looks like this:
Aiudaaa. Greetings.
I have the project on github: link