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

    CSS3 Style: -webkit-margin-bottom-collapse
    Specifies the behavior of an element's bottom margin 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 WebkitMarginBottomCollapse As String
    Remarks

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

    HTML Constants:
    collapse,discard,separate,

    See Also