Sets or retrieves the magnification scale of the object .
Syntax
HTML { zoom : vMagnification } Scripting object .style.zoom [ = vMagnification ]
Possible Values
vMagnification Variant that specifies or receives one of the following values.
normal Default. Magnification scale is normal. The object renders normal size. number Floating-point number that specifies the magnification scale, where 1.0 is normal. percentage Integer, followed by a %. The value is a percentage of the magnification scale, where 100% is normal. The property is read/write for all objects except the following, for which it is read-only: currentStyle. The property has a default value of normal . The Microsoft Cascading Style Sheets (CSS) extension is not inherited.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see About Dynamic Properties.
Remarks
Setting the value of the zoom property on a rendered object causes the content that surrounds the object to reflow.
Even though the zoom property is not inherited, it affects its children. This effect is similar to the transformation caused by the background and filter properties.