Floating Div Over An Image

前端 未结 5 942
耶瑟儿~
耶瑟儿~ 2020-12-04 13:06

I\'m having trouble floating a div over an image. Here is what I am trying to accomplish:

5条回答
  •  遥遥无期
    2020-12-04 13:47

    You've got the right idea. Looks to me like you just need to change .tag's position:relative to position:absolute, and add position:relative to .container.

提交回复
热议问题