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 trialShane McC
3,005 PointsIs webkit supported by IE and Firefox? The reason why I ask is because I open my local URL in my firefox and IE browsers
Is webkit supported by IE and Firefox? The reason why I ask is because I open my local URL in my firefox and IE browsers my layout isn't displaying properly. Perhaps I'm doing something wrong?
1 Answer
Kevin Korte
28,149 PointsNo webkit is Safari and Chrome. IE is MS and Firefox is MOZ.
Shane McC
3,005 PointsShane McC
3,005 PointsThanks Kevin,
I'm confident I know the next answer to my question but I'm going to ask it anyway. In order to use webkits correctly in IE, MS, Firefox, Opera etc... I would need multiple stylesheets?
I've tried the below syntax in Safari. For me, it's not working. Is this syntax working for anyone else?
Kevin Korte
28,149 PointsKevin Korte
28,149 PointsYour layout was working in Chrome. You don't need multiple stylesheets, it can all go in one. Just like you did
Here is some ways to automatically deal with vendor prefixes: http://css-tricks.com/how-to-deal-with-vendor-prefixes/
My method is I use autoprefixer. It's a great tool and I don't think twice about them.