My website appears a little differently in Google Chrome than the other browsers. So I would like a PHP snippet that says: if the user agent is Google Chrome then apply these additional css styles.

With IE, this is easy to do using conditional statements. But there are no such things for the other browsers. So can someone please tell me how to do this with PHP or even JS if it's not possible with PHP?

Thanks.