<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 语义化H1标签</title>
	<atom:link href="http://5key.net/blog/2007/h1/feed/" rel="self" type="application/rss+xml" />
	<link>http://5key.net/blog/2007/h1/</link>
	<description>生活,要TMD有激情!</description>
	<lastBuildDate>Tue, 17 Aug 2010 16:03:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: majer</title>
		<link>http://5key.net/blog/2007/h1/comment-page-1/#comment-303</link>
		<dc:creator>majer</dc:creator>
		<pubDate>Mon, 21 Jan 2008 05:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://5key.net/wp/index.php/archives/321#comment-303</guid>
		<description>这个方法可以，但是需要考虑到标题有链接时候怎么办？如果有链接，按下去就有虚框出现，而且一端无限长。。- -对于用户有点影响。

所以应该考虑到有链接的时候怎么办。解决办法是有的：css定义outline: none;这个属性ie不支持，所以在链接那里还要用focus来解决。

“在搜索引擎看来就是一段普通的html代码啊。难道它还去看你的CSS？”此言差矣。h1里包含文字相比图片更理想。因此才会使用css隐藏文字的。搜索引擎读的是xhtml，和CSS没关系！所以他不用去看你的CSS。</description>
		<content:encoded><![CDATA[<p>这个方法可以，但是需要考虑到标题有链接时候怎么办？如果有链接，按下去就有虚框出现，而且一端无限长。。- -对于用户有点影响。</p>
<p>所以应该考虑到有链接的时候怎么办。解决办法是有的：css定义outline: none;这个属性ie不支持，所以在链接那里还要用focus来解决。</p>
<p>“在搜索引擎看来就是一段普通的html代码啊。难道它还去看你的CSS？”此言差矣。h1里包含文字相比图片更理想。因此才会使用css隐藏文字的。搜索引擎读的是xhtml，和CSS没关系！所以他不用去看你的CSS。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 十字花下</title>
		<link>http://5key.net/blog/2007/h1/comment-page-1/#comment-302</link>
		<dc:creator>十字花下</dc:creator>
		<pubDate>Sat, 12 Jan 2008 13:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://5key.net/wp/index.php/archives/321#comment-302</guid>
		<description>h1你这用的不是地方,一般用在文章详细页的标题,而且一页最好不要多用.
text-indent:-9999px;这个还有另外一种办法.
可以这样写.font-size:0;height:0;padding-top:(N)px;overflow:hidden;</description>
		<content:encoded><![CDATA[<p>h1你这用的不是地方,一般用在文章详细页的标题,而且一页最好不要多用.<br />
text-indent:-9999px;这个还有另外一种办法.<br />
可以这样写.font-size:0;height:0;padding-top:(N)px;overflow:hidden;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5key</title>
		<link>http://5key.net/blog/2007/h1/comment-page-1/#comment-301</link>
		<dc:creator>5key</dc:creator>
		<pubDate>Wed, 26 Dec 2007 08:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://5key.net/wp/index.php/archives/321#comment-301</guid>
		<description>h1里套上span，span定义为display:none;吗？

这样还要多&lt;span&gt;&lt;/span&gt;一段代码。不是吗？</description>
		<content:encoded><![CDATA[<p>h1里套上span，span定义为display:none;吗？</p>
<p>这样还要多<span></span>一段代码。不是吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 锐风</title>
		<link>http://5key.net/blog/2007/h1/comment-page-1/#comment-300</link>
		<dc:creator>锐风</dc:creator>
		<pubDate>Wed, 26 Dec 2007 07:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://5key.net/wp/index.php/archives/321#comment-300</guid>
		<description>H1里边套Span不可以么?文字放在span里嘛...</description>
		<content:encoded><![CDATA[<p>H1里边套Span不可以么?文字放在span里嘛&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bunorte</title>
		<link>http://5key.net/blog/2007/h1/comment-page-1/#comment-299</link>
		<dc:creator>bunorte</dc:creator>
		<pubDate>Tue, 18 Dec 2007 18:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://5key.net/wp/index.php/archives/321#comment-299</guid>
		<description>&lt;a href=&quot;http://yesterdayishere.com&quot; title=&quot;http://yesterdayishere.com&quot; target=&quot;_blank&quot;&gt;http://yesterdayishere.com&lt;/a&gt;  这里也采用了这个方法，给visited加个背景图片。</description>
		<content:encoded><![CDATA[<p><a href="http://yesterdayishere.com" title="http://yesterdayishere.com" target="_blank">http://yesterdayishere.com</a>  这里也采用了这个方法，给visited加个背景图片。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dowhatyouwant</title>
		<link>http://5key.net/blog/2007/h1/comment-page-1/#comment-298</link>
		<dc:creator>dowhatyouwant</dc:creator>
		<pubDate>Wed, 21 Nov 2007 16:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://5key.net/wp/index.php/archives/321#comment-298</guid>
		<description>用display:none 不是连h1本身的背景也没了么？</description>
		<content:encoded><![CDATA[<p>用display:none 不是连h1本身的背景也没了么？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 锐风</title>
		<link>http://5key.net/blog/2007/h1/comment-page-1/#comment-297</link>
		<dc:creator>锐风</dc:creator>
		<pubDate>Wed, 21 Nov 2007 15:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://5key.net/wp/index.php/archives/321#comment-297</guid>
		<description>用display:none可不可以呢?那样会对SEO造成影响吗?</description>
		<content:encoded><![CDATA[<p>用display:none可不可以呢?那样会对SEO造成影响吗?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 稻草</title>
		<link>http://5key.net/blog/2007/h1/comment-page-1/#comment-296</link>
		<dc:creator>稻草</dc:creator>
		<pubDate>Fri, 16 Nov 2007 10:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://5key.net/wp/index.php/archives/321#comment-296</guid>
		<description>可是我的h1.一般情况下都是有a的...&lt;br /&gt;&lt;br /&gt;hoho</description>
		<content:encoded><![CDATA[<p>可是我的h1.一般情况下都是有a的&#8230;</p>
<p>hoho</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dowhatyouwant</title>
		<link>http://5key.net/blog/2007/h1/comment-page-1/#comment-295</link>
		<dc:creator>dowhatyouwant</dc:creator>
		<pubDate>Fri, 16 Nov 2007 09:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://5key.net/wp/index.php/archives/321#comment-295</guid>
		<description>哈哈。。你这招也不错。等我要a的时候也这样。&lt;br /&gt;而且我还真想不好用什么标题</description>
		<content:encoded><![CDATA[<p>哈哈。。你这招也不错。等我要a的时候也这样。<br />而且我还真想不好用什么标题</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 稻草</title>
		<link>http://5key.net/blog/2007/h1/comment-page-1/#comment-294</link>
		<dc:creator>稻草</dc:creator>
		<pubDate>Thu, 15 Nov 2007 18:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://5key.net/wp/index.php/archives/321#comment-294</guid>
		<description>嗯..标题党啊..&lt;br /&gt;&lt;br /&gt;以图换字：）　俺更习惯另一种写法.&lt;br /&gt;&lt;br /&gt;而且我的h1一般都有a.&lt;br /&gt;所以就&lt;br /&gt;&lt;br /&gt;#milkr h1{display:block;overflow:hidden:width:0;height:0}&lt;br /&gt;#milkr h1 a{background(....);}</description>
		<content:encoded><![CDATA[<p>嗯..标题党啊..</p>
<p>以图换字：）　俺更习惯另一种写法.</p>
<p>而且我的h1一般都有a.<br />所以就</p>
<p>#milkr h1{display:block;overflow:hidden:width:0;height:0}<br />#milkr h1 a{background(&#8230;.);}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
