Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using animate.css it is working fine in chrome and mozilla but in case of Internet Explorer browser i used "wow bounceInLeft" the content need to animate from the left when page is loading but it is not happening in IE  browser  can anyone please sugguest.


What I have tried:

i am tried in by keeping html5shiv js file still it is not working in IE
Posted
Updated 24-Jul-18 19:18pm

1 solution

you can set browser level at version 10.because IE 11 have so many bugs.


<meta http-equiv="X-UA-Compatible" content=" _______  " />


Possible values for the content attribute are:

content="IE=5"

content="IE=7"

content="IE=EmulateIE7"

content="IE=8"

content="IE=EmulateIE8"

content="IE=9"

content="IE=EmulateIE9"

content="IE=edge"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900