//=== https://stackoverflow.com/questions/2062258/floating-elements-within-a-div-floats-outside-of-div-why
...
The problem is that floating elements are out-of-flow:
An element is called out of flow if it is floated, absolutely positioned, or is the root element.
Therefore, they don't impact surrounding elements as an in-flow element would.
...
//===
沒有留言:
張貼留言