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 trialDean Onizuka
4,753 Pointsregarding webkits
are they built in or do we have to download these webkits from somewhere? i know its been covered but i must have missed that part
4 Answers
James Barnett
39,199 PointsIt seems like you a little vague on what exactly -webkit
does. It's a CSS Vendor Prefix.
The reason they are vendor prefixes because they correspond to how a CSS property is rendered in a particular browser (e.g. -webkit
for Chrome vs -moz
for Firefox).
further reading:
Alexander Rasmussen
12,901 PointsYou just type -webkit- and all is done. or -o- or whatever webkit you use :)
Dean Onizuka
4,753 Pointsthanks
Alexander Rasmussen
12,901 PointsYou're welcome
John Mutch
6,962 PointsI am new to the concept of "webkit":, could we please get a link or maybe some more information then what is rendered in this video. Could they please be placed under the Teacher's Notes section. Thanks in advance.
Joshua Ferdaszewski
12,716 PointsWebkit is an engine that some browsers use to render web pages. http://en.wikipedia.org/wiki/WebKit
John Mutch
6,962 PointsThanks Joshua, that is exactly what I needed. You ROCK... Go Blazers!
Dean Onizuka
4,753 PointsDean Onizuka
4,753 Pointswill read up on that. thanks