Contents Index Topic Contents | ||
Previous Topic: clear Next Topic: clientHeight |
clear
Description
Inserts vertical space so that the next text displayed will be below left-aligned or right-aligned floating images.
Syntax
object.clear[ = clear]
Remarks
Possible values include:
all Element is moved below any floating element. left Element is moved below any floating element on the left side. right Element is moved below any floating element on the right side. none Floating elements are allowed on all sides. The value of this property lists the sides where floating elements are not accepted.
The property has read/write permission.
Applies To
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.