I am building a website for my compty, and i need to change the CSS style for Chrome,IE,And Firefox.
Is there any way to do so? or something like that?
Thanks again!
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.
There is no build-in CSS function to specify style for a specific browser. In html, you can do something like this:
You can also detect the browser with a sripting language such as PHP or ASP, Java or Ruby.
For example, you can do the folowing in PHP:
With that said, I encourage you to avoid specific browser code (css or other) when possible.