1
I’ve been trying for a long time to solve a bug that only occurs in Microsoft Edge. I need to create a link that has a circle-like border, and within this circle I need you to have an image. When passing the mouse, an animation with opacity should appear in the internal div.
Everything works perfectly in Chrome and Firefox, but only in Microsoft Edge that happens the problem. It already starts as if I had the mouse over the elements. Apparently, it is considering only the opacity of the last div, and not the external.
The code is on this link: https://jsfiddle.net/fsf4ehsb/1/
Could anyone tell how to get around this problem?
Better add the code to the question.
– rubStackOverflow