Sets or retrieves the height and width units of the embed object.
dhtml语法
HTML | <EMBED UNITS
= sUnits... >
|
---|
Scripting | EMBED.units [ = sUnits ] |
---|
DHTML可能的值
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.
是否符合公共标准
There is no public standard that applies to this property.
Applies To