hidden hidden has the same meaning as none, except when it refers to table
borders in cases where two cells share a border, and the table cells have
237 Box Properties
collapsed borders (border-collapse:collapse;). The value hidden
ensures that no border is drawn, since hidden takes precedence over all
other border styles. If none had been used for one border in the cell, the
border would still be drawn, as the adjacent cell??™s border would take
precedence. See Table Formatting (p. 168) for more information.
dotted dotted implements the border as a series of dots.
dashed dashed implements the border as a series of dashes.
solid solid implements the border as a solid line.
double double implements the border as two solid lines. The sum of the two
border widths and the space between them equals the value that has been
set for border-width.
groove groove is a three-dimensional effect that gives the impression that the
border is carved into the canvas.
ridge ridge is a 3D effect that has the opposite effect of groove, in that the
border appears to protrude from the canvas.
Pages:
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363