I’ve created a JSFiddle: http://jsfiddle.net/Q8uWv/
I’m trying to vertically align the image in the middle of thediv. Using vertical-align: middle isn’t working. In additon to that I’ve tried margin-top:auto; margin-bottom:auto but still no luck. How can I get this image centered vertically?
To use
vertical-align:middle;you’ll need to adddisplay:table-cell;to the container<div>:http://jsfiddle.net/XXE2j/