Oh...Thanks Is there a way to get the normal line-height value ? I have set the line-height to normal but I dont want it normal if the normal value is less than the current value.
On Feb 20, 12:04 pm, Klaus Hartl <[email protected]> wrote: > There is no "auto" value for line-height. That's "normal". > > http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height > > --Klaus > > On 20 Feb., 07:33, Anjanesh <[email protected]> wrote: > > > $('.div > p').css('line-height', '25px'); works but $('.div > p').css > > ('line-height', 'auto'); doesnt. > > Is there anyway to set to auto ?

