Position DIV relative to another DIV?

前端 未结 4 2141
既然无缘
既然无缘 2020-12-08 04:39

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

4条回答
  •  情歌与酒
    2020-12-08 04:50

    you can use position:relative; inside #one div and position:absolute inside #two div. you can see it

提交回复
热议问题