August 1999
Intermediate to advanced
1488 pages
72h 53m
English
document.classes.className.tagName.borderRightWidth
The borderRightWidth property specifies the width of the right border of an element as associated with the class called className. The definition can also specify a tag or the word all for tagName.
Listing 7.66 uses the borderRightWidth property to set the size of the right border that surrounds a text header. Notice that only the right portion of the border is shown.
<html> <script> <!-- Hide //Create a style sheet class that creates a right border document.classes.BRW.all.borderRightWidth = "10"; //Hide End ---> </script> ... |
Read now
Unlock full access