There are a few CSS resets out there, but I would like one that resets all browsers to "webkit style". (Hence the webkit browsers are unaffected, just the non-webkit browsers are changed.)
I've found the default webkit stylesheet h开发者_如何转开发ere but I cannot naively copy that, since a lot of the property names and variables are webkit-specific.
Instead of painfully trying to recreate a Webkit CSS reset for other web browsers (with webkit recreation hacks), you should instead use the excellent YUI CSS Reset and then design your website from there.
精彩评论