Archive for 'Normal flow versus static positioning' Category

Normal flow versus static positioning

By Steve Monas - Last updated: Monday, June 14, 2010

This is a process of placing a box in the normal flow. It is really a box that is not positioned and is the default position. No declaration with the position property is required for this type of positioning. However, the declaration position: static places the element within the normal flow of the document. The [...]