border attribute | border property
Sets or retrieves the width of the border to draw around the object.
Syntax
| HTML | <element border="p" ... > |
|---|---|
| JavaScript | |
Property values
Type: Variant
the number of pixels in the object border.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
- HTML 4.01 Specification, Section 13.7.3 (Deprecated)
Remarks
Setting a border to 0 or omitting the attribute causes no border to be displayed. Supplying the BORDER attribute without a value defaults to a single border.
In Microsoft Internet Explorer 6, This property now applies to the object object.
See also
Show: