• support@answerspoint.com

How to vertically align an image inside div

1838

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 9 years ago
  • viewed 1838 times
  • active 9 years ago

Best Rated Questions