Tag: Layout
-

Making Modular Layout Systems
Jason Santa Maria details his approach to building a modular system for laying out pages with CSS—“a handy way to predictably tame content without becoming predictable.”
-

A List Apart is changing
A List Apart, for people who make websites, is slowly changing course.
-

ALA 261: CSS layout redux; in praise of prototyping
CSS layout is awesome, except when your layout calls for a header, a footer, and columns in between. “Faux Absolute Positioning” combines the strengths (and removes the weaknesses) of absolute positioning and float-based layouts. Plus:…