Harry
Harry

Reputation: 54959

css target chrome on windows

Is there anyway to target chrome on windows? I'm looking to do this because of the difference in border-radius rendering. Chrome on osx seems to work fine, only problematic in Chrome on Windows. Thanks.

Upvotes: 1

Views: 3993

Answers (1)

Gaurav
Gaurav

Reputation: 12796

If you really, really have to do this, I recommend this CSS Browser Selector script:

http://rafael.adm.br/css_browser_selector/

Of course, you'll have to update your site when the browser issue gets fixed. :p

Upvotes: 2

Related Questions