Skip to content Skip to sidebar Skip to footer

OffsetHeight Calculation

WHen i use offsetHeight in a function, for all the browser the offsetHeight result is different for different Browser. Is there any way in which the result is same for all.? For fi

Solution 1:

Are you using @font-face? Some browsers may not support @font-face or woff2 fonts, in which case it will use a local font file instead and therefore cause the offsetHeight to differ.


Post a Comment for "OffsetHeight Calculation"