August 1999
Intermediate to advanced
1488 pages
72h 53m
English
document.tags.tagName.borderWidths(top,right,bottom,left) document.tags.tagName.borderWidths(top-bottom,right-left) document.tags.tagName.borderWidths(all)
The borderWidths() method specifies the width of the border that surrounds an element as associated with the tag called tagName. Setting border widths is equivalent to setting the borderBottomWidth, borderLeftWidth, borderRightWidth, and borderTopWidth properties. Table 7.20 lists all the arguments associated with the borderWidths() method.
| Item | Description |
|---|---|
| top | Width of the top border |
| right | Width of the right border |
| left | Width of the left border ... |
Read now
Unlock full access