Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

width attribute | width property

Sets or retrieves the width of the object.

Syntax

HTML<element width="p" ... >
JavaScript

p = object.width

 

Property values

Type: Variant

width

Integer that specifies the width of the object in pixels.

percentage

String that specifies an integer value followed by a %. The value is a percentage of the width of the parent object.

Standards information

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

col
colGroup
embed
frame
frameSet
iframe
object
table

 

 

Show:
© 2017 Microsoft