I’m wondering if is possible to have a responsive layout without using CSS3. Are there other techniques that allow us to accomplish the same results?
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.
You might want to take a look Respond.js: https://github.com/scottjehl/Respond
It is meant as a polyfill for browsers that don’t support Media Queries. I’m not sure why you would need to avoid using them all together in browsers that support them, but this should do the trick.