mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / CSS3Style Object / Float Property
In This Topic
    Float Property
    In This Topic
    Description

    CSS3 Style: float
    Indicates whether an element (often a graphic) should be pulled out of the normal text flow and floated toward a particular horizontal position within its enclosing element.

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property Float As String
    Remarks

    HTML Syntax:
    float: position;

    HTML Constants:
    center,left,none,right,

    See Also