November 2001
Intermediate to advanced
936 pages
68h 43m
English
Rect — a CSS rect( ) value
DOM Level 2 CSS
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.
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.
CSSPrimitiveValue.getRectValue( )