SyntaxFix
Write A Post
Hire A Developer
Questions
This can be done with 3 lines of CSS and is compatible back to (and including) IE9:
.element { position: relative; top: 50%; transform: translateY(-50%); }
Example: http://jsfiddle.net/cas07zq8/
credit