Without doing a lot, I need to make a height in my CSS class be 570px on PC, but 610px on Firefox on Mac. Is there a quick and easy CSS hack for this?
Share
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.
I would suggest using something like http://snipplr.com/view/625/browser-detect-lite–v21/
to detect which browser/OS the client is using, and from that attach classes to the HTML or BODY tag on load stating the browser (+ version) and OS.
then on your stylesheet you could do (for example):