zoom

Support Key: IE5.5B1
Other Dynamic
Content Properties

cursor
filter
behavior
= Index DOT Css by Brian Wilson [indexdot@blooberry.com] =
  Main Index | Property Index | CSS Support History | Browser History  



   Quick Statistics   
Default Value:
Normal
Applicable Elements:
All
Inherit From Parent:
No
Applicable Media:
Visual, Interactive
HTML Equivalent:
NA
What is it?
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
CSS2
Type: Explicit
Description:
No magnification is applied. The object is rendered as it normally would.
[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:  <div STYLE="zoom: 200%">This content is twice its usual rendered size. </div>
Browser Peculiarities

Boring Copyright Stuff....