<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Development memo &#187; IE7</title>
	<atom:link href="http://officesoya.net/weblog/tag/ie7/feed/" rel="self" type="application/rss+xml" />
	<link>http://officesoya.net/weblog</link>
	<description>Rough Consensus　And Running code</description>
	<lastBuildDate>Mon, 21 Jun 2010 09:22:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://officesoya.net/weblog/tag/ie7/feed/" />
		<item>
		<title>IE7で表示されないページ</title>
		<link>http://officesoya.net/weblog/2008/11/06/ie7/</link>
		<comments>http://officesoya.net/weblog/2008/11/06/ie7/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 04:42:02 +0000</pubDate>
		<dc:creator>soya</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[IE7]]></category>

		<guid isPermaLink="false">http://officesoya.net/weblog/?p=99</guid>
		<description><![CDATA[IE７でクライアントの画面が表示されず、焦った。FirefoxやSafariでは問題ないのに・・・、でもソースコードは表示される。
原因は
&#60;meta http-equiv=&#8221;Content-Scrip [...]]]></description>
			<content:encoded><![CDATA[<p>IE７でクライアントの画面が表示されず、焦った。FirefoxやSafariでは問題ないのに・・・、でもソースコードは表示される。<br />
原因は<br />
&lt;meta http-equiv=&#8221;Content-Script-Type&#8221; content=&#8221;text/javascript&#8221;&gt;<br />
がヘッダーにないのにJavascriptをhtmlに書いていたから。</p>
<p>IE７で表示がされていないページがあったらこの三行が入っているか確認しよう。<br />
&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=文字コード&#8221;&gt;<br />
&lt;meta http-equiv=&#8221;Content-Script-Type&#8221; content=&#8221;text/javascript&#8221;&gt;<br />
&lt;meta http-equiv=&#8221;Content-Style-Type&#8221; content=&#8221;text/css&#8221; /&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://officesoya.net/weblog/2008/11/06/ie7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://officesoya.net/weblog/2008/11/06/ie7/" />
	</item>
	</channel>
</rss>
