Small line-height cross-browser difference
- by AESM
So basicly my problem is that the line-heights in Firefox are a little bittle "larger" than in other browsers even though they're all fixed line-heights. For example, you have a block element which has a height from 100px and the line-height is set to 102px.
Now, in Firefox the vertical alignment of text is perfect.
But in the latest Chrome and Safari 4, the text stands 2px or so higher.
Isn't there any way to fix this?
Thanks.