What exactly are the min and max prefixes in CSS? And are there any docs that explain them in detail?
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.
If you’re talking about
min-widthandmax-width(-height), they are not “prefixed”. There are simply rules that are calledmin-widthandmax-widthand also a rule that’s calledwidth. These are completely different rules that do different (albeit similar) things.Perhaps see http://www.quirksmode.org/css/width.html and https://developer.mozilla.org/en/CSS_Reference.