A layout element which allows its children to be placed at absolute pixel coordinates. The child elements should have left and top attributes to specify positions. Later child elements will appear above earlier ones.
Attributes:
Attributes inherited from XUL Element
If true, extra borders are drawn around the element and all its descendants. This can be used to determine orientation and where flexible elements are. If debug mode is enabled for a box, horizontal oriented boxes are displayed with a blue border and vertical boxes are displayed with a red border. The border above the element will be straight for non-flexible elements and wavy for flexible elements.
Indicates the flexibility of the bulletinboard. Flexible elements grow and shrink to fit their given space. The actual value is not relevant unless there are other flexible elements with-in the same container. Elements with larger flex values will grow more than elements with lower flex values, at the ratio determined by the two elements.
The height of the bulletinboard in pixels. It is recommended to use the CSS height property instead.
For elements placed within a bulletinboard, specifies the position of the left edge of the bulletinboard.
For elements placed within a bulletinboard, specifies the position of the top edge of the bulletinboard.
The width of the bulletinboard in pixels. It is recommended to use the CSS width property instead.