The left and right
measurements specify offsets from the left
border edge of the box in left-to-right text
and from the right border edge of the box
in right-to-left text. The defined region
clips out any aspect of the element that
falls outside the clipping region. The
preceding example creates a window
40 pixels wide and 10 pixels high, through
which the content of the clipped element
is visible. Everything else is hidden. See
also www.w3.org/TR/CSS21/visufx.
html#propdef-clip.
Moves the element down until its margins
are clear of floated elements to its left,
right, or both sides. (See the float entry.)
See also Chapter 7, ???Placing columns
within wrappers and clearing floated
content.???
both | left |
none | right
Specifies the position of table caption
elements with relation to the table
element box.
Determines the vertical offset of the
element??™s bottom edge from the bottom
edge of its parent element if the parent is
positioned; if not, then offset is
determined from the first positioned
ancestor. Must be used with a position
value of relative, absolute, or fixed.
auto | length |
percentage
THE ESSENTIAL GUIDE TO CSS AND HTML WEB DESIGN
478
Property Values Description Inherited
color color Yes
content No
counter-increment No
counter-reset No
cursor Yes
Continued
Defines the cursor type to be displayed.
Can be a comma-separated list. Cursors
vary by system, so use this property with
care.
Pages:
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564