Archive for 'Absolute positioning in CSS' Category

Absolute positioning in CSS

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

Absolute positioning is one of the more powerful features of CSS and can be used to an advantage by an experienced web designer. Absolute positioning is specified by giving values for the top, bottom, left, and right properties. These properties will specify the distance from corresponding edge of the page or its parent element. This [...]