clear attribute | clear property

all
alt
ch
dir
id
min
rel
top
url
URL
urn
Expand Minimize
This topic has not yet been rated - Rate this topic

Sets or retrieves the side on which floating objects are not to be positioned when any IHTMLBlockElement is inserted into the document.

Syntax

HTML<element clear="p" ... >
JavaScript

p = object.clear

Property values

Type: String

all

Object is moved below any floating object.

left

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

right

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

none

Floating objects are allowed on all sides.

Standards information

See also

address
blockQuote
hn
p
pre
Reference
display
position
Conceptual
About Element Positioning

 

 

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.