cssFloat
Property of css/cssom/CSSStyleDeclaration/CSSStyleDeclarationcss/cssom/CSSStyleDeclaration/CSSStyleDeclaration
Syntax
var result = declaration.cssFloat;
declaration.cssFloat = value;
Return Value
Returns an object of type StringString
Notes
Remarks
The cssFloat attribute can be set for elements that generate boxes that are not absolutely positioned. The cssFloat attribute corresponds to the float Cascading Style Sheets (CSS) property. Getting this attribute is equivalent to calling the getProperty method. Setting this attribute is equivalent to calling the setProperty method.
Syntax
Standards information
See also
Related articles
CSSOM
cssFloat
Related pages
- CSSStyleDeclarationCSSStyleDeclaration
- currentStylecurrentStyle
- stylestyle
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]