Look at at
http://jsfiddle.net/user0815/ZU9bT/
I want that the two DIV containing an image each should be vertically aligned within the outer DIV.
I tried the common tricks using
display: table-cell
vertical-align: center
but no love.
Any idea?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It should be
vertical-align: middleand notvertical-align: center.Check this demo: http://jsfiddle.net/ZU9bT/2/
Updated demo with
display: inline-blockinstead offloat: left: http://jsfiddle.net/ZU9bT/3/