What is the property that defines the difference between the line-hight
and the font-size?
E.g.:
I have two <div>'s with no properties set at all.
I then give the second div a left margin and a negative top margin to
place it adjacent to the first div.
Without setting the line height nor the font size, I figured the only
way to line them up is to use em sizes, however if I set the second div's
top margin to -1em, it doesn't line up ... it needs to be -1.2em. What
property accounts for that extra 0.2em and how do I control it separately?
I thought it might be padding, but I set padding (and all margins except
the ones I need) to zero, without effect.
TIA,
-
[H]omer