Absolutely positioned boxes are removed entirely from the flow. Boxes with fixed
positioning don??™t scroll with the document for continuous media; they??™re repeated
on every page for paged media.
The z-index property controls the stacking of overlapping positioned boxes.
Floated boxes are shifted to the left or right and non-floated content flows along
their sides. The clear property can be used to force an element to clear all or some
floated boxes within the same block formatting context.
Chapter 7 Box Properties
Box Properties
Box properties allow the author to control the presentation of generated boxes for
document elements, including dimensions, margins, padding, and borders. You
can also see The CSS Box Model (p. 142) for more information.
Dimensions
These properties allow us to control the height and width of element boxes. You
can also read The CSS Box Model (p. 142) for more information about the calculation
of box dimensions.
The Ultimate CSS Reference 188
height
height: { length | percentage | auto | inherit } ;
This property sets the content height of
a block or a replaced element (p.
Pages:
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286