Represents a CSS rect (rectangle) value.
Browser/User Agent Support
| IE | Mozilla | Netscape | Opera | Safari | Netscapte | no | 1.0+ | 6.0+ | 9.0+ | 1.0+ | no |
|---|
Constructors
| Constructor | IE | Mozilla | Netscape | Opera | Safari | Netscapte |
|---|---|---|---|---|---|---|
Represents a CSS rect (rectangle) value. | no | 1.0+ | 6.0+ | 9.0+ | 1.0+ | no |
Properties
| Property | IE | Mozilla | Netscape | Opera | Safari | Netscapte |
|---|---|---|---|---|---|---|
Bottom of the rectangle. | no | 1.0+ | 6.0+ | 9.0+ | 1.0+ | no |
Left side of the rectangle. | no | 1.0+ | 6.0+ | 9.0+ | 1.0+ | no |
Right side of the rectangle. | no | 1.0+ | 6.0+ | 9.0+ | 1.0+ | no |
Top of the rectangle. | no | 1.0+ | 6.0+ | 9.0+ | 1.0+ | no |
Availability
HTML DOM Level 2 | W3C
Constructor Detail
Property Detail
CSSPrimitiveValue bottom - read only
Bottom of the rectangle.
- Availability
HTML DOM Level 2 | W3C
CSSPrimitiveValue left - read only
Left side of the rectangle.
- Availability
HTML DOM Level 2 | W3C
CSSPrimitiveValue right - read only
Right side of the rectangle.
- Availability
HTML DOM Level 2 | W3C
CSSPrimitiveValue top - read only
Top of the rectangle.
- Availability
HTML DOM Level 2 | W3C
