Image Hover is not working in IE

Hello my css code for the picture is:
.secondpicture:hover{
content: url(https://www.therapieziel.at/wp-content/uploads/2020/01/portrait_hover.jpg);
z-index: 999;
width: 100%;
}

it works fine in safari, firefox but not in Internet Explorer.

Page: https://www.therapieziel.at/ueber-mich/
Hover picture (person alexander koll)

can you please help me?
best regards Elisabeth

Hey Elisabeth,

That’s not supported in IE and we can’t fix that using custom code. Please use the Card element instead. For more details about the Card element, please see https://theme.co/docs/card

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.