This property controls the magnification level for the current
element. The rendering effect for the element is that of a "zoom"
function on a camera. Even though this property is not inherited,
it still affects the rendering of child elements.
Allowed Values
normal
[IE5.5]
Type: Explicit
Description:
No magnification is applied. The object is rendered as it normally would be.
[number]
[IE5.5]
Type: Explicit
Description:
Positive floating point number indicating a zoom factor. Numbers
smaller than 1.0 indicate a "zoom out" or size reduction effect,
while numbers greater than 1.0 indicate a magnifying effect.
[percentage]
[IE5.5]
Type: Explicit
Description:
Positive floating point number, followed by a percentage character
("%") which indicates a zoom factor. Percentages smaller than 100%
indicate a "zoom out" or size reduction effect, while numbers greater
than 100% indicate a magnifying effect.
Example
Ext/Doc: div {
zoom: 200% }
In-Line: <divSTYLE="zoom:
200%">This content is twice its usual rendered size.
</div>