August 1999
Intermediate to advanced
1488 pages
72h 53m
English
document.classes.className.tagName.margins(top,right,bottom,left) document.classes.className.tagName.margins(top-bottom,right-left) document.classes.className.tagName.margins(all)
The margins() method specifies the margin distance between border of an element and the border of adjacent elements. Dot notation is used to associate the property with the class called className. The definition can also specify a tag or the word all for tagName. Setting margin widths is equivalent to setting the marginBottom, marginLeft, marginRight, and marginTop properties. Table 7.13 lists all the arguments associated with the margins() method.
Read now
Unlock full access