When would <!--[if !IE]> be used?
问题 I was pondering this question last night while debugging some things in IE7, when I typed in <!--[if IE7]>... it occured to me that I've seen <!--[if !IE]> . Now what get me is that as far as I understand it, only IE recognises these conditional comments, so to to say if NOT IE makes no sense, does IE see this and say "Iam IE, so this doesn't apply to me?" or are people getting confused with which browsers can recognise it? So my question is. Where would you use <!--[if !IE]> and what is its