Sergey
Sergey

Reputation: 11918

Divide css for chrome and safari

Is there any way to define different set of styles for chrome and for safari? Usually there's a webkit property which is for both of them but I need to divide them, is it possible?

Upvotes: 0

Views: 188

Answers (2)

woutr_be
woutr_be

Reputation: 9722

Did you try something like this: http://rafael.adm.br/css_browser_selector/

Upvotes: 2

user1471378
user1471378

Reputation:

you can use JavaScript JQuery functions to get the clients browser type and define specific CSS to the elements.!

Upvotes: 1

Related Questions