Editing website pages: Difference between revisions

m
Line 33: Line 33:
* The ''div''s that are indented 1 level are all children of it and can be given an order style.
* The ''div''s that are indented 1 level are all children of it and can be given an order style.
** If no ''order'' style is used then they are all assumed to be order 0 and will be displayed in the order they are written in the code.
** If no ''order'' style is used then they are all assumed to be order 0 and will be displayed in the order they are written in the code.
* As the first two child ''div''s are also order 0, they will also be displayed in the order they are coded; i.e., before them.
* As the first two child ''div''s are also explicitly order 0, they will also be displayed in the order they are coded; i.e., before the later ''divs''.
* The third ''div'', has an order style of 1 placing it after everything else - it will be drawn last even though it was coded third.
* The third ''div'', has an explicit order style of 1 placing it after everything else - it will be drawn last even though it was coded third.
* The forth ''div'' has an order value or '-1'.
* The forth ''div'' has an order value of '-1'.
*; This comes before the value zero so will be displayed first before any other ''div''.
*; This comes before the value zero so will be displayed first before any other ''div''.


320

edits