<?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"
	>
<channel>
	<title>评论: CSS设置IE6中容器高度BUG</title>
	<atom:link href="http://dancewithnet.com/2007/07/26/ie6-height-bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://dancewithnet.com/2007/07/26/ie6-height-bug/</link>
	<description>WEB Design{HTML:CSS:Javascript:DOM:AJAX:PHP:Usability}/Viewpoint/Photo/Food/Mood</description>
	<pubDate>Fri, 21 Nov 2008 09:07:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>作者: falv</title>
		<link>http://dancewithnet.com/2007/07/26/ie6-height-bug/#comment-158148</link>
		<dc:creator>falv</dc:creator>
		<pubDate>Sun, 24 Aug 2008 11:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/2007/07/26/ie6-height-bug/#comment-158148</guid>
		<description>学习了</description>
		<content:encoded><![CDATA[<p>学习了</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 匿名</title>
		<link>http://dancewithnet.com/2007/07/26/ie6-height-bug/#comment-154673</link>
		<dc:creator>匿名</dc:creator>
		<pubDate>Thu, 03 Jul 2008 06:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/2007/07/26/ie6-height-bug/#comment-154673</guid>
		<description>好像加个line-height:1px就行了吧</description>
		<content:encoded><![CDATA[<p>好像加个line-height:1px就行了吧</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 秦歌</title>
		<link>http://dancewithnet.com/2007/07/26/ie6-height-bug/#comment-72822</link>
		<dc:creator>秦歌</dc:creator>
		<pubDate>Fri, 25 Jan 2008 15:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/2007/07/26/ie6-height-bug/#comment-72822</guid>
		<description>呵呵，有没有演示的链接地址给一个看看，或者研究对比一下&lt;a href="http://mail.yahoo.com" rel="nofollow"&gt;http://mail.yahoo.com&lt;/a&gt;。</description>
		<content:encoded><![CDATA[<p>呵呵，有没有演示的链接地址给一个看看，或者研究对比一下<a href="http://mail.yahoo.com" rel="nofollow">http://mail.yahoo.com</a>。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 路人浏览</title>
		<link>http://dancewithnet.com/2007/07/26/ie6-height-bug/#comment-72199</link>
		<dc:creator>路人浏览</dc:creator>
		<pubDate>Thu, 24 Jan 2008 07:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/2007/07/26/ie6-height-bug/#comment-72199</guid>
		<description>制作的圆角框的css+div在ff和ie7下没有问题，但是就在ie6作为底部的背景会串下去？？什么原因？？谢谢！！！</description>
		<content:encoded><![CDATA[<p>制作的圆角框的css+div在ff和ie7下没有问题，但是就在ie6作为底部的背景会串下去？？什么原因？？谢谢！！！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 秦歌</title>
		<link>http://dancewithnet.com/2007/07/26/ie6-height-bug/#comment-4221</link>
		<dc:creator>秦歌</dc:creator>
		<pubDate>Sun, 29 Jul 2007 15:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/2007/07/26/ie6-height-bug/#comment-4221</guid>
		<description>td的display值是table-cell和block是有些不同，我想你之所以出现这个问题，可能是你的td容器中有&#38;nbsp;字符导致，如果存在字符，td在firefox和IE中都会占取和字体大小有关的高度，即使设置overflow:hidden也无效，如&lt;a href="/lab/2007/07/ie6-height-bug/table.html#demo1" rel="nofollow"&gt;演示1&lt;/a&gt;，解决方法如下：
1）line-height:0;如&lt;a href="/lab/2007/07/ie6-height-bug/table.html#demo2" rel="nofollow"&gt;演示2&lt;/a&gt;
2）font-size:0;在ie中会存在2px高度问题，如&lt;a href="/lab/2007/07/ie6-height-bug/table.html#demo3" rel="nofollow"&gt;演示3&lt;/a&gt;，
3）去掉&#38;nbsp;字符，如&lt;a href="/lab/2007/07/ie6-height-bug/table.html#demo4" rel="nofollow"&gt;演示4&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>td的display值是table-cell和block是有些不同，我想你之所以出现这个问题，可能是你的td容器中有&amp;nbsp;字符导致，如果存在字符，td在firefox和IE中都会占取和字体大小有关的高度，即使设置overflow:hidden也无效，如<a href="/lab/2007/07/ie6-height-bug/table.html#demo1" rel="nofollow">演示1</a>，解决方法如下：<br />
1）line-height:0;如<a href="/lab/2007/07/ie6-height-bug/table.html#demo2" rel="nofollow">演示2</a><br />
2）font-size:0;在ie中会存在2px高度问题，如<a href="/lab/2007/07/ie6-height-bug/table.html#demo3" rel="nofollow">演示3</a>，<br />
3）去掉&amp;nbsp;字符，如<a href="/lab/2007/07/ie6-height-bug/table.html#demo4" rel="nofollow">演示4</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 火星人路人甲</title>
		<link>http://dancewithnet.com/2007/07/26/ie6-height-bug/#comment-4178</link>
		<dc:creator>火星人路人甲</dc:creator>
		<pubDate>Sat, 28 Jul 2007 22:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/2007/07/26/ie6-height-bug/#comment-4178</guid>
		<description>这一招似乎对td不管用。不论是否设置font-size，或是overflow:hidden，IE的td一定会顽固的占用十几个px。有没有办法设置一个只有两三个px的td呢？</description>
		<content:encoded><![CDATA[<p>这一招似乎对td不管用。不论是否设置font-size，或是overflow:hidden，IE的td一定会顽固的占用十几个px。有没有办法设置一个只有两三个px的td呢？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
