width attribute | width property
Sets or retrieves the width of the object.
Syntax
| HTML | <element width="p" ... > |
|---|---|
| JavaScript | |
Property values
Type: Variant
-
Integer that specifies the width of the object in pixels.
- String that specifies an integer value followed by a %. The value is a percentage of the width of the parent object.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
Remarks
This property is an integer value. Although an HTML author can specify the width as a percentage, this property always specifies the width in pixels in C++.
In Microsoft Internet Explorer 5 it is possible to set the width property, but doing so has no effect on the rendering of the frame.
See also
Show: