July 1998
Intermediate to advanced
1456 pages
65h 5m
English
rightMargin — NN n/a IE 4 DOM n/a
Read/Write
Width in pixels of the right margin of the BODY
element in the browser window or frame. By default, the browser
inserts a small margin to keep content from abutting the right edge
of the window (except on the Macintosh). Setting the property to an
empty string is the same as setting it to zero.
document.body.leftMargin = 16
Integer of pixel count.
10 (Windows); 0 (Macintosh).
Read now
Unlock full access