Represents a CSS rect (rectangle) value.
Platform Support
| IE | Mozilla | Netscape | Opera | Safari | Chrome | no | 1.0+ | 6.0+ | 9.0+ | 1.0+ | no |
|---|
Constructors
| Constructor | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome | ||
|---|---|---|---|---|---|---|---|---|---|
|
Rect Constructor() : Rect
Represents a CSS rect (rectangle) value.
|
Show Details | no | 1.0+ | 6.0+ | 9.0+ | 1.0+ | no | ||
Rect() : RectRepresents a CSS rect (rectangle) value. Returns
|
|||||||||
Properties
| Property | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome |
|---|---|---|---|---|---|---|---|
|
bottom
: CSSPrimitiveValue
Bottom of the rectangle.
|
Show Details | no | 1.0+ | 6.0+ | 9.0+ | 1.0+ | no |
|
|||||||
|
left
: CSSPrimitiveValue
Left side of the rectangle.
|
Show Details | no | 1.0+ | 6.0+ | 9.0+ | 1.0+ | no |
|
|||||||
|
right
: CSSPrimitiveValue
Right side of the rectangle.
|
Show Details | no | 1.0+ | 6.0+ | 9.0+ | 1.0+ | no |
|
|||||||
|
top
: CSSPrimitiveValue
Top of the rectangle.
|
Show Details | no | 1.0+ | 6.0+ | 9.0+ | 1.0+ | no |
|
|||||||
Availability
HTML DOM Level 2|W3C