Prev | Current Page 561 | Next

Craig Grannell

"The Essential Guide to CSS and HTML Web Design"

???
auto | hidden |
scroll | visible
THE ESSENTIAL GUIDE TO CSS AND HTML WEB DESIGN
486
Property Values Description Inherited
position No
quotes Yes
right No
table-layout auto | fixed No
Continued
Controls the layout algorithm used to
render tables. Using fixed, table columns
are based on analysis of the first row and
rendered accordingly. This can speed up
processing time, but may lead to columns
that are too narrow for subsequently
downloaded content.
Determines the horizontal offset of the
element??™s right edge from the right 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
Determines the type of quote marks to be
used for embedded quotations. The string
contains paired quoted values, which
determine each level of quote embedding.
The default depends on the user agent
(browser).
none | string
string
Determines the positioning method used
to render the element??™s box:
absolute: Element is placed in a specific
location outside of normal document flow,
using the top, right, bottom, and left
properties.
fixed: As per absolute, but the element
remains stationary when the screen scrolls.
Poorly supported by some browsers.
relative: Offset from the static position
by the values set using top, right, bottom,
and left properties.


Pages:
549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573