Is it possible to create a responsive website design for IE6 without using javascript?
Is it possible to create a responsive website design for IE6 without using javascript?
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.
Take a look at Techniques For Gracefully Degrading Media Queries.
They list the following ways:
So basically you’ll be fiddling around with polyfills, javascript I know, or go for some conditional IE style sheets.
So basically: IE6 still remains a pain.