Share Posted October 2, 2015 Hey guys, I'm creating some banners for a client but running into issues with compatibility. The banner functions as planned in FF and Chrome, however in IE the Canon logo just site in the middle of the frame, with no animation. I've looked online and found some people complaining about IE issues with CSS animations, however it's usually transforms they can't get to work. All I'm using is fades, minus one button adjusting the y axis. Can someone please tell me what I'm doing wrong? I'm not that well versed in GSAP. CodePen: Thanks in advance!! See the Pen OypmrM by anon (@anon) on CodePen Link to comment Share on other sites More sharing options...
Share Posted October 5, 2015 When I compare IE to Chrome, I see differences in the position of the image container. The bottom 100 or more pixels of your images are outside the boundaries of your ad. it appears the position of the Canon logo is relative to the vertical space created by the much lower image placement. 1 Link to comment Share on other sites More sharing options...
Share Posted October 7, 2015 HTML5 banners are for HTML5 web browsers. I hope they will soon be present on more of 90% computers. Link to comment Share on other sites More sharing options...
Author Share Posted October 8, 2015 Thanks for your replies, guys, I actually found out what was going on. I simply forgot to declare a height for the canon banner, which was 30px. After I told the banner to be 30px high, it revealed all of the other content behind it. Now that being aid, it doesn't work in IE9, but I'm done trying to accommodate IE9. Thanks again! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now