What I want to do is use css3 for buttons if the browser supports gradients and rounded corners, and if not, use set graphics.
I have compass and coffee at my disposal.
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’m quite sure that’s impossible with pure css, and compass simply translates the code to pure css. If you would like to do this, you’d have to use some type of Javascript to load different stylesheets depending on browser.