Hi,
I have logos in the partners/logo element in grey-scale until mouse on makes them seen in color. This works fine except in IE. Any ideas for IE?
I used this code for my partner/logo element:
.slide-image {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
#top .avia-logo-element-container img { filter: grayscale(100%); -webkit-filter: grayscale(100%); filter: gray; -webkit-transition: all .6s ease; }
#top .avia-logo-element-container img:hover { filter: grayscale(0%); -webkit-filter: grayscale(0%); filter: none; }
.avia-content-slider-inner .image-overlay { display: none!important;
}
#after_section_1 .content {
padding-top: 25px;
padding-bottom: 0px;
}
Hey tammiviestinta,
Can you try the solution posted on https://gist.github.com/karlhorky/3478370 or https://stackoverflow.com/questions/14813142/internet-explorer-10-howto-apply-grayscale-filter/14818991
Hope this helps.
Best regards,
Nikko
Thanks!
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon