How to Overlap Parent Div From Child Div

前端 未结 5 1336
隐瞒了意图╮
隐瞒了意图╮ 2021-01-02 23:40

I have some divs at my HTML and one of them is loading image div so I want it overlap its parent div. Here is my code:

<
5条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-03 00:17

    Why doesnt this work for you? If i understand you right, you just want to mask the parent DIV with the child DIV?

    Output on chrome: enter image description here

    To make it generic, get the parents position/dimension using offsetTop/Left/Height/Width methods and set the child's dimensions/position using these, im sure there are plenty of posts on SO that do this..

提交回复
热议问题