I am using Image hover Effect for a website. After a lot of search and spending long time in customization of that effect, I got the hover effect which I wanted. But that is not properly working on older version of internet explorer version such as IE8, IE7, IE6.
On that website from which I referred has mentioned that these effects only work in modern browsers. You’ll have to provide a suitable fallback if you’d like to support for older browsers.
But I don't know, what should I do to support that for older versions of IE. Also I guess font-awesome.min.css
not support all browsers which is used in most of image hover effects.
Is it possible to make that hover effect to support all browsers? If yes then how I can do that?
Any suggestions are appreciated.