July 1998
Intermediate to advanced
1456 pages
65h 5m
English
marginRight, marginTop — NN n/a IE 4 DOM n/a
Read/Write
All four properties set the width of a single margin edge of an element. A margin is space that extends beyond the element’s border and is not calculated as part of the element’s width or height.
document.all.logoWrapper.style.marginTop = "5px" document.all.navPanel.style.marginLeft = "10%"
Values for margin widths can be length values, percentages of the
next outermost element size, or the auto constant.
0
Read now
Unlock full access