clear property

[This documentation is preliminary and is subject to change.]

Sets or retrieves whether the object allows floating objects on its left side, right side, or both, so that the next text displays past the floating objects.

CSS 2.1, Section 5.5.26

Syntax

Integer value = object.put_clear(BSTR v);Integer value = object.get_clear(BSTR* sClear);

Property values

Type: BSTR

none (none)

Default. Floating objects are allowed on both sides.

left (left)

Object is moved below any floating object on the left side.

right (right)

Object is moved below any floating object on the right side.

both (both)

Object is moved below any floating object.

String format

none | left | right | both

CSS information

Applies ToAll elements
Mediavisual
Inheritedno
Initial Value

Standards information

Remarks

The value of this property lists the sides where floating objects are not accepted.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

DLL

Mshtml.dll

 

 

Build date: 1/23/2012

Community Additions

Show: