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, css hacks, google, Google Chrome Hacks, hack, programmers, safari, selectors, web site designers, webkit

Usage of word,
If you are wondering why Google named their browser, “Chrome”, here’s my opinion.
At the first sight of Google “Chrome”, I thought it was basically a modified version of Firefox, based on the same open-source Gecko engine used by Firefox.
Another hint was that the default GUI theme is called, “Chrome” for Firefox. (As a Firefox extension developer who have developed the SiteHoppin Toolbar for Firefox, I can contest that Chrome has always been a widely used term for Firefox programmers.)
If you don’t believe me, take a look at this directory (H:\Documents and Settings\max\Application Data\Mozilla\Firefox\Profiles\xdorv70b.default) in your Windows system file where you should rename “max” to your Windows user name and xdorv70b.default would be something-similar.default.
If you open up extensions directory from there and open up any of the directories inside it, (each folder is a Firefox extension) you will probably notice that almost every Firefox extension uses a file called, chrome.manifest. (Yes, even file names with “Chrome” in Firefox)
To sum it up, I am not saying Google Chrome was taken from Firefox but only that “Chrome” has always been widely known among the Firefox Development crowd.
Coincidence or not, you be the judge.
Tags:application data, coincidence, crowd, documents and settings, firefox extension, gecko, google, Google Chrome Hacks, modified version, open source, profiles, programmers, windows system, windows user