I am attempting to implement a feature that allows users to change their image, similar to what can be done in a GMail account.
When the user hovers over the image, an option to "change image" should appear.
This may be a new concept for me because I am not very proficient in CSS and JavaScript. My assumption is that it involves a div
element with adjusted z-index
properties to display the "change image" option.
Can you please provide guidance on how to achieve this effect?