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

    CSS3 Style: -webkit-margin-collapse
    Specifies the behavior of an element's vertical margins if it is adjacent to an element with a margin. Elements can maintain their respective margins or share a single margin between them.

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

    HTML Syntax:
    -webkit-margin-collapse: collapse_behavior;

    See Also