Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialWasiu Hammed
Front End Web Development Techdegree Student 7,792 Points3D Effect doesn't on all the browsers I used
I downloaded the workspace and I didn't touch the HTML, I only work with the CSS file. However, the 3D effect isn't active on all the browser I tested it.
1 Answer
Kyle Cameron
20,683 PointsIts entirely possible that the 3d effect you are using isn't supported in the browsers you say it isn't active in. I would take a look at this page on CANIUSE (https://caniuse.com/transforms3d) and compare your problem browsers against the supported browsers for 3D effects. 3D transforms are relatively new and wont be supported in older browser versions and not fully supported in all modern browsers. The issues you are experiencing are likely due to this. Hopefully this helps.