CSS Grid Positioning Module Level 3
Interessante metodo per il design dei layouts con i CSS:
Grid systems have provided great value to print designers for many years [THEGRID]. Now same concepts are applied to online content [SXSWGRIDS], [AGBDL]. Unlike print media however, dimensions of online devices vary broadly; a single fixed-sized grid that worked perfectly for print pages only works in a subset of web scenarios. Really adaptable solutions require dealing with a grid that adapts to fit devices of varying form factors.
This module adds capabilities for sizing and positioning in terms of a scalable grid . The grid can be specified directly by author, or can be implied from existing two-dimensional structures (tables or multi-column elements).
Grid positioning addresses layout in continuous media and in paged media.
Note that the adaptive grid is even more powerful when used in combination with
[MEDIAQ].
http://www.w3.org/
|