August 1999
Intermediate to advanced
1488 pages
72h 53m
English
document.classes.className.tagName.marginBottom
The marginBottom property specifies the distance between the bottom border of an element and the top border of another element. Dot notation is used to associate this property with the class called className. The definition can also specify a tag or the word all for tagName.
Listing 7.79 uses marginBottom property to set the distance between adjacent elements.
<html> <script> <!-- Hide //Create a style sheet class that defines bottom margin document.classes.FORMAT.all.borderWidths(10); document.classes.FORMAT.all.marginBottom = 40; //Hide ... |
Read now
Unlock full access