vertical-align:middle problem in ie
I am working on a project. I am facing a problem in ie. Problem is vertical-align:middle not working for image.If you have any solution for this problem please help me.
Site link:http://dev.tenthtime.com/family开发者_高级运维/highchairs/default.aspx
vertical-align is used for tables not for images. Try using margin and padding if your image is not inside a table.
精彩评论