Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
1 to 5 of 5
Relative values, on the other hand, must be transformed into computed values: percentages must be multiplied by a reference value (each property defines which value that is), values with relative units (em, ex, px) must be made absolute by multiplying with the appropriate font or pixel size, 'auto' values must be computed by the formulas given with each property, certain keywords ('smaller', 'bolder', 'inherit') must be replaced according to their definitions.
document.getElementById("myDiv").style.width
1 to 5 of 5