5 Replies Latest reply: Oct 15, 2013 1:41 PM by CoreyRLucier RSS

    Absolute positioning not possible?

    therealrgbk Community Member

      I have an element with a parent. I want to position it at the bottom of the said parent. i can only do this by margin with reflow. Soon as I make the chils elements position absolute (so I can designate it's postiion using "bottom" rather than "margin-top) the child is freed from the parent, meaning bottom:0 places it at the bottom of the stage. #fail In the real world I would never use margin-top for this.

       

      So what do I do in a situation like this?