Difference between revisions of "SHIP:Property:boxmodel:ol"

From Serious Documentation
Jump to: navigation, search
Line 1: Line 1:
 
=== Node: All [[SHIP:BoxModel|Box Model Nodes]] ===
 
=== Node: All [[SHIP:BoxModel|Box Model Nodes]] ===
{| class="wikitable" style="margin: 1em auto 1em auto;"
+
{{PropTableStart}}
! scope="col" | Property
 
! scope="col" | Data Type
 
! scope="col" | Description
 
|-
 
 
|<onlyinclude>{{Prop|boxmodel|ol}}||{{DataType|Dimension}}|| Left edge of a [[SHIP:BoxModel|box model node]]. </onlyinclude>
 
|<onlyinclude>{{Prop|boxmodel|ol}}||{{DataType|Dimension}}|| Left edge of a [[SHIP:BoxModel|box model node]]. </onlyinclude>
 
|}
 
|}
The outer left (ol) property of the box set the left edge of the container.  This is the left included pixel in the container, and is relative to the parent container's {{Prop|boxmodel|inner}} dimensions.
+
The outer left (ol) property of the box set the left edge of the container.  This is the left included pixel in the container, and is relative to the parent container's {{Prop|boxmodel|il}} dimension.
  
 
If the {{Prop|boxmodel|halign}} property is set, this will override the {{Prop|boxmodel|ol}} value.  Consult the [[SHIP:BoxModel|Box Model Reference]] for detailed information on how the various properties affect the final value of left of a box.
 
If the {{Prop|boxmodel|halign}} property is set, this will override the {{Prop|boxmodel|ol}} value.  Consult the [[SHIP:BoxModel|Box Model Reference]] for detailed information on how the various properties affect the final value of left of a box.

Revision as of 10:20, 4 February 2013

Node: All Box Model Nodes

{{{1}}}
Property Data Type Description
ol Dimension Left edge of a box model node.

The outer left (ol) property of the box set the left edge of the container. This is the left included pixel in the container, and is relative to the parent container's il dimension.

If the halign property is set, this will override the ol value. Consult the Box Model Reference for detailed information on how the various properties affect the final value of left of a box.