The JSSTag.clear property corresponds to the clear CSS property.
This property is used to control the floating elements around the element to which the styling applies. Clearing the float attribute to one side or the other forces a line break on that side and will not allow floating elements to flow into an adjacent position.
The following values are permitted:
none
left
right
both
The default value for this property is "none".
This value is not inherited from its parent container element.
Deprecated for any further use. This was available only in Netscape 4.0 and is completely removed from Netscape 6.0.
See also: | style.clear |
Prev | Home | Next |
JSSTag.borderWidths() | Up | JSSTag.color |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |