rafaelp / css_browser_selector

A very small javascript library that allows you to create browser specific CSS to be merged into your normal classes. No more hacks or mischievous code in your CSS code.
http://rafael.adm.br/css_browser_selector/
626 stars 168 forks source link

Distinguish Safari from Chrome #16

Open Cooperdale opened 12 years ago

Cooperdale commented 12 years ago

Hello. Safari and Chrome often render things differently, isn't there a way to distinguish them using this script? Thanks.

verbatim commented 12 years ago

https://github.com/verbatim/css_browser_selector

Please take a look at the _dev version of the script. It has many features and does distinguish between Safari and Chrome.

Please let me know which version of the script you are using.

Cooperdale commented 12 years ago
I was using the old version by Rafael, I will try out these new
ones. I guess you can use for instance .safari and .chrome to define
different css sheets with these ones, right?
Thanks a lot!
Daniele
  https://github.com/verbatim/css_browser_selector
  Please take a look at the _dev version of the script. It has
    many features and does distinguish between Safari and Chrome.
  Please let me know which version of the script you are using.

    —
    Reply to this email directly or view
      it on GitHub.
verbatim commented 12 years ago

Please let me know how things go. I inherited this script from Raphael and am appreciative when others use the script and contact me.

Good luck.