Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
IE8以下でこの構文を使用してみました
<!--[if !lte IE 8]> //my code here <![endif]-->
しかし、私のコードをコメントアウトしているように見えます...このコードは正しいですか?
これが有効な構文かどうかはわかりませんが、私の場合は機能するので、ここに投稿します。
<!--[if gte IE 9]><!--> <canvas width="200" height="200"></canvas> <!--<![endif]-->
これは IE>=9 およびその他のブラウザーを対象とし、IE<9 はコンテンツを無視します。