Forums

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

Home Forums CSS Container height with position:absolute elements Re: Container height with position:absolute elements

#131249
Paulie_D
Member

>** I have position:absolute to have them at the same position.**

Why? I’m not sure what it is you are trying to achieve.

If each of those positioned elements are going to be list items then there are **much** better ways of doing what **I think** you are trying to do.

Absolute positioning is the LAST layout method one should use if all other methods have failed.