Hello,
I have to align text within a div vertical middle. Actually I use display:table for the div and display:table-cell for the text (span) to center the text vertical within the div. But now I have the problem to align the text independent of the used font in the middle of the div because the baseline of “Arial Unicode MS” is further down than e.g. the baseline of “Arial”.
Is there a way to get the capital letter height (the real height of character without half-leading on the top and the bottom)?
Thanks,
Thomas