Is there a way in javascript to determine wether the height of the Div is in %
<div id="dvPercentage" style="height: 80%">
How do I get that the height of the div was given in Percentage.
Is there a way in javascript to determine wether the height of the Div is in %
<div id="dvPercentage" style="height: 80%">
How do I get that the height of the div was given in Percentage.