How to Use CSS Stylesheet code For Different Browsers
How to Use CSS Stylesheet code For Different Browsers
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suraj SahooPosted Jan 13, 2015, 3:39 AM
http://www.conditional-css.com/advanced
These are few good links you can follow to add conditions and retrieve css links for the pages based on the Browser, as they are more reliable than webkit.
Thanks
Khargesh RajputPosted Dec 23, 2014, 6:01 AM
add browser tag like for mozzila -moz-
and for chrome add -webkit-
Reference link is
http://www.w3schools.com/cssref/css3_browsersupport.asp
may help you