FRAME Attribute | frame Property
Sets or retrieves the way the border frame around the table is displayed.
Syntax
HTML <TABLE FRAME = sFrame ... > Scripting table.frame [ = sFrame ]
Possible Values
sFrame String that specifies one of the following values:
void All outside table borders are removed. above Border on the top side of the border frame is displayed. below Border on the bottom side of the table frame is displayed. border Borders on all sides of the table frame are displayed. box Borders on all sides of the table frame are displayed. hsides Borders on the top and bottom sides of the table frame are displayed. lhs Border on the left side of the table frame is displayed. rhs Border on the right side of the table frame is displayed. vsides Borders on the left and right sides of the table frame are displayed. The property is read/write with a default value of void.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see dynamic properties.
Example
This example uses the FRAME attribute to render different border frames.
Sample Code
Applies To
[ Object Name ] Platform Version Win16: Win32: Mac: Unix: WinCE: Version data is listed when the mouse hovers over a link, or the link has focus.
See Also
Did you find this topic useful? Suggestions for other topics? write us!
© 1999 microsoft corporation. all rights reserved. terms of use.