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 or receives 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.
The property has no default value.
Standards Information
There is no public standard that applies to this property.
Applies To