July 1998
Intermediate to advanced
1456 pages
65h 5m
English
styleFloat — NN n/a IE 4 DOM n/a
Read/Write
On which side of the containing box the element aligns so that other
content wraps around the element. When the property is set to
none, the element appears in its source code
sequence, and at most one line of surrounding text content appears in
the same horizontal band as the element. See the
float style attribute in Chapter 10 for more details.
document.all.myDIV.style.styleFloat = "right"
One of the following constants (as a string): none
| left | right.
None.
Read now
Unlock full access