Editing website pages: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
m
* 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.
* 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 themthe later ''divs''.
* 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 orof '-1'.
*; This comes before the value zero so will be displayed first before any other ''div''.
 
338

edits

Navigation menu