<?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>《纯CSS实现IE6 max-width》的评论</title>
	<atom:link href="http://omiga.org/blog/archives/1224/feed" rel="self" type="application/rss+xml" />
	<link>http://omiga.org/blog/archives/1224</link>
	<description>简单就好</description>
	<lastBuildDate>Sun, 05 Feb 2012 04:39:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>作者：omiga</title>
		<link>http://omiga.org/blog/archives/1224/comment-page-1#comment-16348</link>
		<dc:creator>omiga</dc:creator>
		<pubDate>Mon, 15 Aug 2011 14:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://omiga.org/blog/?p=1224#comment-16348</guid>
		<description>文中有demo链接哦～</description>
		<content:encoded><![CDATA[<p>文中有demo链接哦～</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：shaominchen</title>
		<link>http://omiga.org/blog/archives/1224/comment-page-1#comment-16343</link>
		<dc:creator>shaominchen</dc:creator>
		<pubDate>Mon, 15 Aug 2011 09:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://omiga.org/blog/?p=1224#comment-16343</guid>
		<description>哥们 这个问题我一直解决不了 看了你的代码还是不懂 可能我比较菜 能否把代码发一份到我邮箱，非常感谢  如果真的可以纯css 那你真的是高手中的高手</description>
		<content:encoded><![CDATA[<p>哥们 这个问题我一直解决不了 看了你的代码还是不懂 可能我比较菜 能否把代码发一份到我邮箱，非常感谢  如果真的可以纯css 那你真的是高手中的高手</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：omiga</title>
		<link>http://omiga.org/blog/archives/1224/comment-page-1#comment-10040</link>
		<dc:creator>omiga</dc:creator>
		<pubDate>Tue, 23 Nov 2010 15:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://omiga.org/blog/?p=1224#comment-10040</guid>
		<description>@&lt;a href=&quot;#comment-10022&quot; rel=&quot;nofollow&quot;&gt;chensulong@sina.com&lt;/a&gt;: 你是把宽度限死了
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-10022" rel="nofollow">chensulong@sina.com</a>: 你是把宽度限死了</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：chensulong@sina.com</title>
		<link>http://omiga.org/blog/archives/1224/comment-page-1#comment-10022</link>
		<dc:creator>chensulong@sina.com</dc:creator>
		<pubDate>Mon, 22 Nov 2010 07:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://omiga.org/blog/?p=1224#comment-10022</guid>
		<description>width+overflow对IE6就是maxwidth啊。何必这么麻烦呢。添加了不必要无语义的元素。实现的效果还没有什么不同。
不如用一行实现
.inner{max-width:960px;width:auto !important;width:960px;_overflow:hidden}来实现。效果更好。不会导致异常的浮动和溢出隐藏。</description>
		<content:encoded><![CDATA[<p>width+overflow对IE6就是maxwidth啊。何必这么麻烦呢。添加了不必要无语义的元素。实现的效果还没有什么不同。<br />
不如用一行实现<br />
.inner{max-width:960px;width:auto !important;width:960px;_overflow:hidden}来实现。效果更好。不会导致异常的浮动和溢出隐藏。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：jamesanthony</title>
		<link>http://omiga.org/blog/archives/1224/comment-page-1#comment-5302</link>
		<dc:creator>jamesanthony</dc:creator>
		<pubDate>Tue, 08 Dec 2009 03:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://omiga.org/blog/?p=1224#comment-5302</guid>
		<description>有必要这么折腾吗..</description>
		<content:encoded><![CDATA[<p>有必要这么折腾吗..</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：mrtian</title>
		<link>http://omiga.org/blog/archives/1224/comment-page-1#comment-5270</link>
		<dc:creator>mrtian</dc:creator>
		<pubDate>Tue, 17 Nov 2009 03:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://omiga.org/blog/?p=1224#comment-5270</guid>
		<description>而且只是IE下出现min-width现象！</description>
		<content:encoded><![CDATA[<p>而且只是IE下出现min-width现象！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Mr.tian</title>
		<link>http://omiga.org/blog/archives/1224/comment-page-1#comment-5269</link>
		<dc:creator>Mr.tian</dc:creator>
		<pubDate>Tue, 17 Nov 2009 03:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://omiga.org/blog/?p=1224#comment-5269</guid>
		<description>使用负边距实现max-width的同时，也会出现min-width的吧。
就你上面的例子，max-width:960px;min-width:480px;同时应该要设置左右两栏的高度(或者充填内容),布局在ff下才可通用;</description>
		<content:encoded><![CDATA[<p>使用负边距实现max-width的同时，也会出现min-width的吧。<br />
就你上面的例子，max-width:960px;min-width:480px;同时应该要设置左右两栏的高度(或者充填内容),布局在ff下才可通用;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

