[jQuery] Problems with css("font-size") on IEs
Hi,
if I try to get the font size in the paragraph inside my .article,
all non IE browser return the right value (14px). IE (6 and 7) returns
me 630px, that is the width of my .
It's a bug o I miss something?
alert($(".article p").css("font-size"));
Thanks in advance,
-Maurizio