IEブラウザのHTML Hackタグの概要
2022-01-10 03:19:35
コピーコード
コードは以下の通りです。
<! --[if !IE]><! --> Recognized by all but IE <! --<! [endif]-->
<! --[if IE]> All IE recognizable <! [endif]-->
<! --[if IE 5.0]> Only IE5.0 is recognized <! [endif]-->
<! --[if IE 5]> Only IE5.0 and IE5.5 are recognized <! [endif]-->
<! --[if gt IE 5.0]> IE5.0 and above are recognized <! [endif]-->
<! --[if lt IE 6]> Recognized by IE6 and below <! [endif]-->
<! --[if IE 6]> this is ie6<! [endif]-->
<! --[if gt IE 6]> IE6+ is recognized <! [endif]-->
<! --[if lt IE 7]> Recognized by IE7 and below <! [endif]-->
<! --[if IE 7]> this is ie7<! [endif]-->
<! --[if gt IE 7]> IE7+ is recognized <! [endif]-->
<! --[if lt IE 8]> Recognized by IE8 and below <! [endif]-->
<! --[if IE 8]> this is ie8<! [endif]-->
<! --[if gt IE 8]> IE8+ is recognized <! [endif]-->
<! --[if lt IE 9]> Recognized by IE9 and below <! [endif]-->
<! --[if IE 9]> this is ie9<! [endif]-->
関連
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
htmlウェブページの基本コンセプトの分析
-
element-uiのSelectとCascaderに、ポップアップ式のボトムアクションボタンを追加する方法
-
HTMLの5種類のスペースのそれぞれの意味
-
Iframeページの内部ナビゲーションウィンドウについて簡単にご紹介します。
-
IE8、IE9の互換表示モードをHTMLでそれぞれ無効にする裏技
-
主要サイトの問題のページの新しいオープニングかどうかタグは、照合を開くには
-
HTML中国語文字エンコーディング標準紹介
-
iframe を更新する方法に関する 3 つの実装オプション
-
ページ内ジャンプの手法を実現するためのタグのname属性とid属性
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン