Where does the space between the bottom of the picture and the border come from

ierurivpdw

New Member
I have this simple image tag which is wrapped by a div. I just don't understand why the div grows larger in height than the image.html\[code\]<div class="cc-thumbnail-bar-item"> <img src="http://www.sir-chesterfield.de/media/catalog/product/0/1/01.01.a_4_4.jpg" class="cc-thumbnail-bar-item-image" /></div>\[/code\]css\[code\].cc-thumbnail-bar-item { border: 1px solid #918e7d;}.cc-thumbnail-bar-item-image { width: 48px;}\[/code\]http://jsfiddle.net/cburgdorf/YW8Ka/
 
Back
Top