Sale icon disappeared behind the images
-
Hi
I have another little problem I do not know how to solveAfter I added this code:
a:link img {
-webkit-filter: brightness(100%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
a:hover img {
-webkit-filter: brightness(70%);
}The Sale icon disappeared behind the images.
How can this be?
Hope you can help me
Thanks in advance
Martin
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Sale icon disappeared behind the images’ is closed to new replies.