<div style="overflow:hidden; height:100px; width:100px;">
<image src="etc.jpg" width:"100px" /></div>
I've got an img into a div. The height of the IMG is undefined but it is bigger than the 100px of the DIV.
I want to vertical centering the IMG and hide the top and bottom hoverflow.
Still I can't understand how to do this...
Daniele