I have currently integrated a plugin on my website from the following source: http://tympanus.net/Tutorials/3DRestaurantMenu/
The plugin works smoothly on most browsers, except for IE11. In IE9 and earlier versions, it displays as a 2D menu, losing the CSS3 effects. Even in IE11, there are some partial CSS3 effects but they appear distorted. The plugin seems to utilize Modernizr for this purpose. I have attempted to update Modernizr to the latest version, but it did not resolve the issue. Is there a way to insert a header tag to specifically detect any IE browser and completely disable CSS3 elements?
I appreciate your help in advance!