Layout
From Frontal Wiki
Contents |
Purpose
This style sets the layout technique for children of a visual element.
Value
One of "stack" or "normal". The default value is "normal".
layout: normal;
Remarks
If the style is "normal" then the layout technique is described in The Normal Layout. This layout is the most like HTML and supports the float and clear styles.
If the style is "stack" then all children elements are positioned relative to the top left corner of the visual element's content rectangle.
Example
| This page is incomplete |
Can Be Applied To
This style can be applied to any visual element: