I have a question, is min-width supported by Internet Explorer 8? I tried it, and it seems that it does not work.
Any suggestions?
I have a question, is min-width supported by Internet Explorer 8? I tried it, and it seems that it does not work.
Any suggestions?
min-width
is supported by IE7 and higher.
Make sure you aren't emulating older versions of IE by including a Doctype that won't trigger quirks mode.
Sources:
This looks like a duplicate:
Did you set <!DOCTYPE html>
(or some other doctype)? Not doing so causes the browser to operate in quirks mode, which may be causing your problem.