• support@answerspoint.com

How to vertically align an image inside div

1742

How to properly vertical-align this image in the .frame element:

<div class="frame" style="height: 25px;">
    <img src="http://jsfiddle.net/img/logo.png" />
</div>

.frame's height is fixed and image's height is unknown. I can add new elements in .frame if that's the only solution. I'm trying to do this on IE≥7, Webkit, Gecko.

0Answer


Your Answer

    Facebook Share        
       
  • asked 8 years ago
  • viewed 1742 times
  • active 8 years ago

Best Rated Questions