Warning: Trying to access array offset on value of type bool in /home/yotigory/codingmania.net/public_html/wp-content/plugins/search-everything/config.php on line 29
ブラウザIE6上で「サイトが正常に表示されない」と注意を促します - CodingMania

2011/3/14

ブラウザIE6上で「サイトが正常に表示されない」と注意を促します

IE6でアクセスされた場合、サイトが正常に表示されませんよ。の注意書きを表示します。

head内に記述。
IE6以外のブラウザでは、何も表示されません。

JSを読み込みます

<script type="text/javascript" src="http://ie6alert-js.googlecode.com/hg/ie6alert.min.js"></script>
<script type="text/javascript">
	ie6Alert();
</script>