Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Absolutely positioned children larger than their parent. Re: Absolutely positioned children larger than their parent.

#123453
Paulie_D
Member

>Absolute positioning has been my goto for positioning elements (almost arbitrarily) within a container.

In general, I believe that absolute/relative positioning should only be used for specific effects (overlaps etc).

There are better and more robust methods of laying out web pages (float, inline-blocks etc) that are more responsive and easier to update & maintain.