Prev | Current Page 395 | Next

Tommy Olsson and Paul O'Brien

"The Ultimate CSS Reference"

158) to inline-block elements
?–  don??™t support the value inherit
Firefox versions up to and including 2.0, and Opera 9.2 and prior versions:
?–  only support the value table-column-group for colgroup elements in HTML
?–  only support the value table-column for col elements in HTML
Firefox versions up to and including 2.0 don??™t support the values inline-block,
inline-table, or run-in.
267 Layout Properties
position
position: { absolute | fixed | relative | static |
inherit } ;
The position property, together with
the float property, controls the way in
which the position of the element??™s
generated box is computed. See
Positioning (p. 176) for details about
element positioning.
Boxes with a position value other than
static are said to be positioned. Their
vertical placement in the stacking
context is determined by the z-index
(p. 279) property.
Value
absolute
fixed The value fixed generates an absolutely positioned box that??™s
positioned relative to the initial containing block (normally the
viewport).


Pages:
383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407