Hover image - display div over it

前端 未结 5 537
误落风尘
误落风尘 2021-02-03 13:53

On hover I want a link apear at the top-right of the image. Just like on your profile picture on Facebook, where it says \"Change Picture\".

I have tried to to get it wo

5条回答
  •  走了就别回头了
    2021-02-03 14:08

    make your image a background for div with relative positioning and add inner div to it with the overlay content style it with display:none

    then imgdiv:hover innerdiv{display:block} will do the trick

提交回复
热议问题