For example: http://jsfiddle.net/S23ut/1/
I would like the image and the text to be vertically align to the middle of its container. I can’t seem to get the CSS right for this. Any ideas/tricks?
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.
I’m not sure about cross-browser compatibility, but using the CSS
display: table-XXXmight work:See this update to your jsFiddle.