Availability
DOM Level 2 CSS
Properties
- readonly CSSPrimitiveValue bottom
-
The bottom
of the rectangle.
- readonly CSSPrimitiveValue left
-
The left side
of the rectangle.
- readonly CSSPrimitiveValue right
-
The right
side of the rectangle.
- readonly CSSPrimitiveValue top
-
The top of the
rectangle.
Description
This interface represents a CSS rect(top right bottom
left) value, as used with the CSS clip
attribute, for example. Consult a CSS reference for details.
See Also
Returned by
CSSPrimitiveValue.getRectValue( )
|