Figures from Chapter 15
- Figure 15.2 -- Example table markup illustrating the frames and rules attributes, and the col, colgroup, thead, tfoot and tbody elements.
- Figure 15.4 -- Example table illustrating rendering without (Example A) and with (Example B) the aid of the col, colgroup, thead (etc.) elements and the frame and rules attributes.
- Figure 15.6 -- Four tables illustrating table formatting using table-layout:auto (top two tables) and table-layout:fixed (bottom two). The values in the first rows give the cell width values--the cell in the fourth column has no specified width.
- Figure 15.7 -- A Simple document illustrating the CSS properties that can control table and table cell formatting.
- Figure 15.11 -- Effect of background properties applied to tr and col elements,
- Figure 15.12 -- Table rows and columns collapsed using visibility:collapse -- only Navigator 5 supports this property.
- Figure 15.13 -- The same table as listed in Figure 15.7 but with the added table formatting property border-collapse:collapse. Note how the adjacent borders are collapsed together and the spacing between cells is reduced to zero. This property is supported by Navigator 5 and Internet Explorer 5.