How can I vertically align an Image in a div/span?

barbraquestxz

New Member
I've created a JSFiddle: http://jsfiddle.net/Q8uWv/I'm trying to vertically align the image in the middle of the\[code\]div\[/code\]. Using \[code\]vertical-align: middle\[/code\] isn't working. In additon to that I've tried \[code\]margin-top:auto; margin-bottom:auto\[/code\] but still no luck. How can I get this image centered vertically?
 
Back
Top