This property controls which parts of a table's outer framing border are rendered into the display. The following keywords are supported by this property:
Keyword | Description |
---|---|
above | The top edge only |
below | The bottom edge only |
border | All four sides |
box | Same as border |
hsides | Top and bottom edges |
lhs | Left edge |
rhs | Right edge |
void | No sides framed at all |
vsides | Left and right sides |
The frame property affects the outer border around the whole table. You should use the border property to control the ruled edges between cells.
See also: | TABLE.border, TABLE.rules |
Prev | Home | Next |
TABLE.deleteTHead() | Up | TABLE.height |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |