Normal Flow
Before you can really understand CSS positioning, you need to have a firm grasp of "normal flow". Normal flow is defined by the W3C recommendation for HTML as:
"Boxes in the normal flow belong to a formatting context, which may be block or inline, but not both simultaneously. Block-level boxes participate in a block formatting context.Inline-level boxes participate in an inline formatting context."
You can read the full reference in context at:http://www.w3.org/TR/CSS21/visuren.html#normal-flow
No comments:
Post a Comment