Forum Moderators: not2easy
is it line height?
Yes it sure is :)
Though it's unusual, these days anyway, to see both specified as an explicit px measurement unless the line-height is being used to accommodate a background image, and if the element does contain text then text zoom will break it..
With something like the 11px font-size and 14px line-height (as in the example above), if the font size is 11px that is only leaving 3px of available line-height for the "ascenders and descenders" of letters like l, k, g j etc.. so usually you just see the line-height specified as e.g. 1.5 which means 1.5 times the font size or 150% which means 150% of the font-size (same thing), that way line-height can be used universally
e.g. if you set line-height in the body element to 1.3 or 130% then set an element's font-size, wether the <p> to 11px or <h3> to 26px then they will adjust their line-height to suit, and more gracefully too! imho.
Suzy
<added> got interrupted mid-reply.. hehe, quicker answers in here :)</added>