body:nth-of-type(1) p{
color: #333333;
}
For those of you who are web site designers/programmers, you need to realize first-hand that the Google Chrome is based on WebKit and therefore, it’s very similar to Safari, which is also built on the WebKit.
To get started, here’s a CSS hack I found for the Google Chrome that might help you get started.
Non-compliant selectors can be used and a valid way to target individual browsers. Chrome supports every selector, just like Safari 3.1. My recommendation is to use the body:first-of-type hack, the CSS hack/filter for Safari as a filter for Safari 3+ and Chrome. There should be no reason to target Chrome with the exclusion of Safari 3.1, but if you want to target both, filtering out Safari 3.0, I would try using:
via evotech
Tags:333333, Chrome CSS, Chrome Development, Chrome News, chrome tips, css hacks, google, Google Chrome Hacks, hack, programmers, safari, selectors, web site designers, webkit
No comments yet.