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

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

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

    HTML Constants:
    collapse,discard,separate,

    See Also