Contents Index Topic Contents | ||
Previous Topic: className Next Topic: clear |
clear
Description
Sets or retrieves whether the element allows floating elements on its left and/or right sides so that the next text will display past the floating elements.
Syntax
object.style.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
HTML Tags A, ADDRESS, APPLET, B, BIG, BLOCKQUOTE, CAPTION, CENTER, CITE, CODE, COL, COLGROUP, DD, DFN, DIR, DIV, DL, DT, EM, EMBED, FIELDSET, FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, HR, I, IFRAME, IMG, INPUT, INPUT type=button, INPUT type=checkbox, INPUT type=file, INPUT type=image, INPUT type=radio, INPUT type=reset, INPUT type=submit, INPUT type=text, KBD, LABEL, LEGEND, LI, LISTING, MARQUEE, MENU, OBJECT, OL, OPTION, P, PLAINTEXT, PRE, S, SAMP, SELECT, SMALL, SPAN, STRIKE, STRONG, SUB, SUP, TABLE, TBODY, TD, TEXTAREA, TFOOT, TH, THEAD, TR, TT, U, UL, VAR, XMP Scripting style CSS Attribute
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.