The document discusses using absolute positioning for layout instead of floats. Absolute positioning treats elements as distinct "layers" that can be precisely placed on an x-y coordinate grid. It provides an example of positioning a paragraph caption absolutely at the bottom of a photo div. The document also discusses using floats and clearing to create multi-column layouts, and combining floats and positioning to create layered interface designs like an overlay icon on a profile link.