<?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: CSS Overflow 属性</title>
	<atom:link href="http://www.qianduan.net/css-overflow-property.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.qianduan.net/css-overflow-property.html</link>
	<description>专注于网站前端设计与前端开发</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:46:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: 海玉</title>
		<link>http://www.qianduan.net/css-overflow-property.html/comment-page-1#comment-25482</link>
		<dc:creator>海玉</dc:creator>
		<pubDate>Mon, 18 Apr 2011 07:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=11167#comment-25482</guid>
		<description>ie6的visible bug似乎是这么解决的，外层元素使用overflow:hidden，然后子元素使用position:relative，这样可以达到ie6下呈现overflow:visible;的效果。但是我纳闷的是OOCSS下的template.css为什么这么写.body{overflow:hidden; _overflow:visible; _zoom:1;} 这个_zoom:1还好理解ie6下让.body元素触发Haslayout，这个_overflow:visible是什么意思，ie6下overflow默认不是visible？帮忙解答下吧，神飞。</description>
		<content:encoded><![CDATA[<p>ie6的visible bug似乎是这么解决的，外层元素使用overflow:hidden，然后子元素使用position:relative，这样可以达到ie6下呈现overflow:visible;的效果。但是我纳闷的是OOCSS下的template.css为什么这么写.body{overflow:hidden; _overflow:visible; _zoom:1;} 这个_zoom:1还好理解ie6下让.body元素触发Haslayout，这个_overflow:visible是什么意思，ie6下overflow默认不是visible？帮忙解答下吧，神飞。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 锋华</title>
		<link>http://www.qianduan.net/css-overflow-property.html/comment-page-1#comment-8681</link>
		<dc:creator>锋华</dc:creator>
		<pubDate>Sat, 25 Sep 2010 07:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=11167#comment-8681</guid>
		<description>原来我说的也不全面，在子元素是float的情况下，如我所说；在子元素非float情况下，如你所说。</description>
		<content:encoded><![CDATA[<p>原来我说的也不全面，在子元素是float的情况下，如我所说；在子元素非float情况下，如你所说。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 锋华</title>
		<link>http://www.qianduan.net/css-overflow-property.html/comment-page-1#comment-8680</link>
		<dc:creator>锋华</dc:creator>
		<pubDate>Sat, 25 Sep 2010 07:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=11167#comment-8680</guid>
		<description>『这里需要记住的重要的事情是，尽管盒子外面的内容是可见的，内容并不会影响页面的工作流。』

这句话欠妥，在visible的情况下，只有ie7会这么干，ie6自动延展父元素，ie8和标准浏览器都将超出的内容在正常的文档流里面显示出来，不会重叠覆盖。</description>
		<content:encoded><![CDATA[<p>『这里需要记住的重要的事情是，尽管盒子外面的内容是可见的，内容并不会影响页面的工作流。』</p>
<p>这句话欠妥，在visible的情况下，只有ie7会这么干，ie6自动延展父元素，ie8和标准浏览器都将超出的内容在正常的文档流里面显示出来，不会重叠覆盖。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gylpm</title>
		<link>http://www.qianduan.net/css-overflow-property.html/comment-page-1#comment-8101</link>
		<dc:creator>gylpm</dc:creator>
		<pubDate>Thu, 02 Sep 2010 12:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=11167#comment-8101</guid>
		<description>【滚动条在盒子里面还是外面?

Firefox将其放到盒子外面，而IE则将其放到里面。我认为只有IE是对的(它应该在里面的)。】

怎么改正Firefox的滚动条放置在盒子里面啊？</description>
		<content:encoded><![CDATA[<p>【滚动条在盒子里面还是外面?</p>
<p>Firefox将其放到盒子外面，而IE则将其放到里面。我认为只有IE是对的(它应该在里面的)。】</p>
<p>怎么改正Firefox的滚动条放置在盒子里面啊？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 网友</title>
		<link>http://www.qianduan.net/css-overflow-property.html/comment-page-1#comment-5691</link>
		<dc:creator>网友</dc:creator>
		<pubDate>Wed, 23 Jun 2010 18:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=11167#comment-5691</guid>
		<description>之讲解了问题之所在，却没说如何解决问题。比如ie6的overflow:visible bug！</description>
		<content:encoded><![CDATA[<p>之讲解了问题之所在，却没说如何解决问题。比如ie6的overflow:visible bug！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZhouQi</title>
		<link>http://www.qianduan.net/css-overflow-property.html/comment-page-1#comment-5394</link>
		<dc:creator>ZhouQi</dc:creator>
		<pubDate>Thu, 29 Apr 2010 13:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=11167#comment-5394</guid>
		<description>ie7的visible在某些情况下有bug，比如子元素为inline元素，该元素有上下padding，这个时候子元素的背景并不会overflow到父元素的外面去
不过我也没弄清到底是“上下padding”的bug还是“overflow:visible“的bug，过两天做个demo再试试</description>
		<content:encoded><![CDATA[<p>ie7的visible在某些情况下有bug，比如子元素为inline元素，该元素有上下padding，这个时候子元素的背景并不会overflow到父元素的外面去<br />
不过我也没弄清到底是“上下padding”的bug还是“overflow:visible“的bug，过两天做个demo再试试</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angela</title>
		<link>http://www.qianduan.net/css-overflow-property.html/comment-page-1#comment-5330</link>
		<dc:creator>Angela</dc:creator>
		<pubDate>Tue, 20 Apr 2010 02:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=11167#comment-5330</guid>
		<description>字写得真不错~</description>
		<content:encoded><![CDATA[<p>字写得真不错~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: creak</title>
		<link>http://www.qianduan.net/css-overflow-property.html/comment-page-1#comment-5218</link>
		<dc:creator>creak</dc:creator>
		<pubDate>Wed, 07 Apr 2010 07:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=11167#comment-5218</guid>
		<description>思路相当清晰</description>
		<content:encoded><![CDATA[<p>思路相当清晰</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jacky</title>
		<link>http://www.qianduan.net/css-overflow-property.html/comment-page-1#comment-4178</link>
		<dc:creator>jacky</dc:creator>
		<pubDate>Fri, 27 Nov 2009 08:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=11167#comment-4178</guid>
		<description>thank you</description>
		<content:encoded><![CDATA[<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nic</title>
		<link>http://www.qianduan.net/css-overflow-property.html/comment-page-1#comment-2266</link>
		<dc:creator>nic</dc:creator>
		<pubDate>Sun, 09 Aug 2009 09:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=11167#comment-2266</guid>
		<description>讲解的非常不错</description>
		<content:encoded><![CDATA[<p>讲解的非常不错</p>
]]></content:encoded>
	</item>
</channel>
</rss>

