Home › Forums › CSS › Container height with position:absolute elements › Re: Container height with position:absolute elements
April 10, 2013 at 9:59 am
#131249
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.