Prev | Current Page 253 | Next

Tommy Olsson and Paul O'Brien

"The Ultimate CSS Reference"

These values are then used to determine how wide each column should
be, which in turn may decide the width of the table itself.
Performance and Automatic Table Layouts
Since every single cell must be inspected, the automatic table layout algorithm can
become very time-consuming when it??™s calculated for a table with a large number
of rows and/or columns.
Table Height Algorithms
If the table??™s height property has a value other than auto, and the specified height
differs from the sum of the row heights plus borders or cell spacing, the behavior
is undefined.
Percentage values for the height property are undefined for rows, row groups, and
cells.
The vertical-align property of each cell determines its alignment within the row.
Only the values baseline, top, bottom, and middle are allowed. For any other value,
baseline will be used.
Borders On Table Objects
There are two different models in CSS2 for rendering borders around internal table
objects: the separated borders model and the collapsing borders model.


Pages:
241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265