Availability: |
| |||||
JavaScript syntax: | N | myJSSTag.borderWidths(aTop, aHoriz, aBottom) | ||||
N | myJSSTag.borderWidths(aTop, aRight, aBottom, aLeft) | |||||
N | myJSSTag.borderWidths(aValue) | |||||
N | myJSSTag.borderWidths(aVert, aHoriz) | |||||
CSS syntax: | border-width: aTop, aHoriz, aBottom border-width: aTop, aRight, aBottom, aLeft border-width: aValue border-width: aVert, aHoriz border: aValue | |||||
HTML syntax: | <... BORDER="..."> | |||||
Argument list: | aBottom | A border width applied at the bottom | ||||
aHoriz | A border width applied left and right | |||||
aLeft | A border width applied to the left | |||||
aRight | A border width applied to the right | |||||
aTop | A border width applied at the top | |||||
aValue | A border width value applied all round | |||||
aVert | A border width applied top and bottom | |||||
Event handlers: | This controls the border attribute of an image object |
This method provides a way to set all four border width values at once. The number of arguments is variable and the values are applied in different ways according to how many are supplied.
Deprecated for any further use. This was available only in Netscape 4.0 and is completely removed from Netscape 6.0.
See also: | style.borderWidth |
Prev | Home | Next |
JSSTag.borderTopWidth | Up | JSSTag.clear |
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. |