Hover image - display div over it

前端 未结 5 536
误落风尘
误落风尘 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 13:59

    If the imgHover is made to match its contents, then it should just have position:relative and the hover class have position:absolute and top:0;right:0

    Example at http://www.jsfiddle.net/FvBqA/

提交回复
热议问题