Sets or retrieves the height and width units of the EMBED object.
Syntax
HTML <EMBED UNITS = sUnits ... > Scripting embed.units [ = sUnits ]
Possible Values
sUnits String that specifies one of the following values:
px Height and width are in pixels. For more information about the supported length units, see CSS Length Units. em Height and width are relative to the height and width of the element's font. For more information about the supported length units, see CSS Length Units. The property is read/write with no default value.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see Dynamic Properties.
Applies To