August 1999
Intermediate to advanced
1488 pages
72h 53m
English
document.classes.className.tagName.borderBottomWidth
The borderBottomWidth property specifies the width of the bottom 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.63 uses the borderBottomWidth property to set the size of the bottom border that surrounds a text header. Notice that only the bottom portion of the border is shown.
<html> <script> <!-- Hide //Create a style sheet class that creates a bottom border document.classes.BBW.all.borderBottomWidth = "10"; //Hide ... |
Read now
Unlock full access