I read this article and i wonder. http://www.quirksmode.org/js/support.html
How can we write css codes without user-agent detection for only a browser (only firefox, chrome etc.)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You don’t have to write the code for browser detection if you let a tool like modernizr.js do it for you. Or use a CSS “reset” file such as this one. With those approaches, you can focus on functionality and not browser incompatibilities.