DHTML Lab - DHTML Diner - Element Page Coordinates, Part 2 | 8
Determining Element Page Coordinates, Part 2
|
Use | Controls the visibility of the border sides (frame) surrounding a table. i.e. it affects the outer border lines | ||||||||||||||||||
Syntax | <TABLE BORDER=1 FRAME="value"> | ||||||||||||||||||
Values |
| ||||||||||||||||||
Examples |
The table you are reading has these attributes:
<TABLE BORDER=1 FRAME="HSIDES">
The tool on the next page allows you to view all combinations of table attributes and values. |
RULES
The RULES attribute is described in the HTML 4.0 specification and the MSDN in detail.
Use | Controls the visibility of the border lines (rules) between table cells. i.e. it affects the inner border lines | ||||||||||
Syntax | <TABLE BORDER=1 RULES="value"> | ||||||||||
Values |
| ||||||||||
Examples |
The table you are reading has these attributes:
<TABLE BORDER=1 RULES="ROWS" FRAME="VOID">
The tool on the next page allows you to view all combinations of table attributes and values. |
On the next page, we'll look at how these attributes affect the retrieval of an element's offset positions.
Produced by Peter Belesis and
All Rights Reserved. Legal Notices.Created: Oct 07, 2002
Revised: Oct 07, 2002
URL: https://www.webreference.com/dhtml/diner/realpos2/7.html