Is it possible to position a DIV relative to another DIV? I imagine this can be done by first placing it inside of the reference DIV, and then using position: relative
position: relative
you can use position:relative; inside #one div and position:absolute inside #two div. you can see it
position:relative;
position:absolute