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
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