I know this is a common issue, and I\'ve already asked a similar one. But I could not find the solution this time. I am trying to vertically center a text which can have differe
CSS with display solution:
display
#test { display:table; } #sumup { display:table-cell; }
The Demo http://jsfiddle.net/F8TtE/7/