<?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: 让max-*, min-*在IE6中有效的解决方案</title>
	<atom:link href="http://chen.xianan.name/blog/2005/03/28/max-min-ie6-support-solution/feed/" rel="self" type="application/rss+xml" />
	<link>http://chen.xianan.name/blog/2005/03/28/max-min-ie6-support-solution/</link>
	<description>web 标准，前端开发，编程感悟，生活杂想</description>
	<lastBuildDate>Mon, 22 Feb 2010 09:15:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://chen.xianan.name/blog/2005/03/28/max-min-ie6-support-solution/comment-page-1/#comment-13628</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 28 Mar 2007 12:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/blog/?p=27#comment-13628</guid>
		<description>[...] (tags: css)       No Comments so far  Leave a comment   RSS feed for comments on this post. TrackBack URI    Leave a comment Line and paragraph breaks automatic, e-mail address never displayed, HTMLallowed: &lt;a href=&quot;&quot; title=&quot;&quot;&gt; &lt;abbr title=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;b&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;cite&gt; &lt;code&gt; &lt;del datetime=&quot;&quot;&gt; &lt;em&gt; &lt;i&gt; &lt;q cite=&quot;&quot;&gt; &lt;strike&gt; &lt;strong&gt; [...]</description>
		<content:encoded><![CDATA[<p>[...] (tags: css)       No Comments so far  Leave a comment   RSS feed for comments on this post. TrackBack URI    Leave a comment Line and paragraph breaks automatic, e-mail address never displayed, HTMLallowed: &lt;a href=&quot;&quot; title=&quot;&quot;&gt; &lt;abbr title=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;b&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;cite&gt; &lt;code&gt; &lt;del datetime=&quot;&quot;&gt; &lt;em&gt; &lt;i&gt; &lt;q cite=&quot;&quot;&gt; &lt;strike&gt; &lt;strong&gt; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wkz0712 &#187; Blog Archive &#187; 全窗口2栏布局</title>
		<link>http://chen.xianan.name/blog/2005/03/28/max-min-ie6-support-solution/comment-page-1/#comment-12227</link>
		<dc:creator>wkz0712 &#187; Blog Archive &#187; 全窗口2栏布局</dc:creator>
		<pubDate>Fri, 09 Mar 2007 08:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/blog/?p=27#comment-12227</guid>
		<description>[...] 推荐阅读：让max-*, min-*在IE6中有效的解决方案 [...]</description>
		<content:encoded><![CDATA[<p>[...] 推荐阅读：让max-*, min-*在IE6中有效的解决方案 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dNgpNg</title>
		<link>http://chen.xianan.name/blog/2005/03/28/max-min-ie6-support-solution/comment-page-1/#comment-114</link>
		<dc:creator>dNgpNg</dc:creator>
		<pubDate>Thu, 28 Apr 2005 04:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/blog/?p=27#comment-114</guid>
		<description>不知道我这个算不算个办法（小弟接触Web Standard没多久:)）。

在一个100%的div里，对其中某个元素指定左右margin和宽度。左右margin和宽度值的和是想要的min-width。这样当窗口缩到这个值时自动出现横向滚动条，其它的元素最好是float或absolute的。此法有一些局限性，要根据页面的布局情况而决定，并不适用于所有情况，但在某些情况下还是比较好用的。而且IE5、IE6都支持。

这个是我前些日子在为学校设计新首页时研究出来的。叶子暂时放在这里http://www.bjut.edu.cn/bjut_new/，感兴趣的话可以用IE5/6打开试试。</description>
		<content:encoded><![CDATA[<p>不知道我这个算不算个办法（小弟接触Web Standard没多久:)）。</p>
<p>在一个100%的div里，对其中某个元素指定左右margin和宽度。左右margin和宽度值的和是想要的min-width。这样当窗口缩到这个值时自动出现横向滚动条，其它的元素最好是float或absolute的。此法有一些局限性，要根据页面的布局情况而决定，并不适用于所有情况，但在某些情况下还是比较好用的。而且IE5、IE6都支持。</p>
<p>这个是我前些日子在为学校设计新首页时研究出来的。叶子暂时放在这里http://www.bjut.edu.cn/bjut_new/，感兴趣的话可以用IE5/6打开试试。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neo</title>
		<link>http://chen.xianan.name/blog/2005/03/28/max-min-ie6-support-solution/comment-page-1/#comment-93</link>
		<dc:creator>Neo</dc:creator>
		<pubDate>Wed, 30 Mar 2005 10:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/blog/?p=27#comment-93</guid>
		<description>&gt;&gt;lexrus，
我已经把LANG改为默认的了……服务器时区问题我也无能为力了……不过RSS的时间是正确的……</description>
		<content:encoded><![CDATA[<p>&gt;&gt;lexrus，<br />
我已经把LANG改为默认的了……服务器时区问题我也无能为力了……不过RSS的时间是正确的……</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lexrus</title>
		<link>http://chen.xianan.name/blog/2005/03/28/max-min-ie6-support-solution/comment-page-1/#comment-92</link>
		<dc:creator>lexrus</dc:creator>
		<pubDate>Wed, 30 Mar 2005 05:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/blog/?p=27#comment-92</guid>
		<description>一, 28 Mar 2005 16:10:33 +0000
it looks like that your host server is running in GMT. but the time it generated is be of chinese GMT+8. so your time always faster then the real time. i mentioned this popular problem in bxna faq:
http://blog.blueidea.com/faq/#faq4

and it seams that the system $lang or the locale of your blog is set to zh_CN.
but we have no Chinglish supported to resolve &quot;一, 28 Mar 2005&quot;~</description>
		<content:encoded><![CDATA[<p>一, 28 Mar 2005 16:10:33 +0000<br />
it looks like that your host server is running in GMT. but the time it generated is be of chinese GMT+8. so your time always faster then the real time. i mentioned this popular problem in bxna faq:<br />
<a href="http://blog.blueidea.com/faq/#faq4" rel="nofollow">http://blog.blueidea.com/faq/#faq4</a></p>
<p>and it seams that the system $lang or the locale of your blog is set to zh_CN.<br />
but we have no Chinglish supported to resolve &#8220;一, 28 Mar 2005&#8243;~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neo</title>
		<link>http://chen.xianan.name/blog/2005/03/28/max-min-ie6-support-solution/comment-page-1/#comment-87</link>
		<dc:creator>Neo</dc:creator>
		<pubDate>Tue, 29 Mar 2005 06:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/blog/?p=27#comment-87</guid>
		<description>to lexrus，我没有修改过RSS文件，我也不知道怎么回事……</description>
		<content:encoded><![CDATA[<p>to lexrus，我没有修改过RSS文件，我也不知道怎么回事……</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guoshuang</title>
		<link>http://chen.xianan.name/blog/2005/03/28/max-min-ie6-support-solution/comment-page-1/#comment-86</link>
		<dc:creator>guoshuang</dc:creator>
		<pubDate>Mon, 28 Mar 2005 12:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/blog/?p=27#comment-86</guid>
		<description>http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/minheight.asp?frame=true</description>
		<content:encoded><![CDATA[<p><a href="http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/minheight.asp?frame=true" rel="nofollow">http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/minheight.asp?frame=true</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lexrus</title>
		<link>http://chen.xianan.name/blog/2005/03/28/max-min-ie6-support-solution/comment-page-1/#comment-84</link>
		<dc:creator>lexrus</dc:creator>
		<pubDate>Mon, 28 Mar 2005 12:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/blog/?p=27#comment-84</guid>
		<description>try to search &quot;expression&quot; in blueidea with teeni, some ideas are really interesting. but it&#039;s now useless when we are spreading webstandards, right?

btw: the rss feed you generated which includes invalid date format has not be supported by bxna. so i just removed your feed recently. hope you make some fix soon:)</description>
		<content:encoded><![CDATA[<p>try to search &#8220;expression&#8221; in blueidea with teeni, some ideas are really interesting. but it&#8217;s now useless when we are spreading webstandards, right?</p>
<p>btw: the rss feed you generated which includes invalid date format has not be supported by bxna. so i just removed your feed recently. hope you make some fix soon:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neo</title>
		<link>http://chen.xianan.name/blog/2005/03/28/max-min-ie6-support-solution/comment-page-1/#comment-82</link>
		<dc:creator>Neo</dc:creator>
		<pubDate>Mon, 28 Mar 2005 09:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/blog/?p=27#comment-82</guid>
		<description>to wx2，连接已经做好。 多谢你也连接了我的网页。</description>
		<content:encoded><![CDATA[<p>to wx2，连接已经做好。 多谢你也连接了我的网页。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: POPOEVER</title>
		<link>http://chen.xianan.name/blog/2005/03/28/max-min-ie6-support-solution/comment-page-1/#comment-81</link>
		<dc:creator>POPOEVER</dc:creator>
		<pubDate>Mon, 28 Mar 2005 09:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/blog/?p=27#comment-81</guid>
		<description>expression并不“极为罕用”，相反非常常用，只是当“重构潮”来临之后，兼容性被重新摆到桌面上来，于是expression用得越来越少，其实expression有很多应用的领域，特别是在hta上仍然可以大展身手，关于expression，早年在经典论坛上有过一段时间非常流行对其深入的研究及讨论，有兴趣可以去翻翻</description>
		<content:encoded><![CDATA[<p>expression并不“极为罕用”，相反非常常用，只是当“重构潮”来临之后，兼容性被重新摆到桌面上来，于是expression用得越来越少，其实expression有很多应用的领域，特别是在hta上仍然可以大展身手，关于expression，早年在经典论坛上有过一段时间非常流行对其深入的研究及讨论，有兴趣可以去翻翻</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wx2</title>
		<link>http://chen.xianan.name/blog/2005/03/28/max-min-ie6-support-solution/comment-page-1/#comment-80</link>
		<dc:creator>wx2</dc:creator>
		<pubDate>Mon, 28 Mar 2005 08:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/blog/?p=27#comment-80</guid>
		<description>NEO你好，能否做个友情链接？ :)</description>
		<content:encoded><![CDATA[<p>NEO你好，能否做个友情链接？ <img src='http://chen.xianan.name/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aether</title>
		<link>http://chen.xianan.name/blog/2005/03/28/max-min-ie6-support-solution/comment-page-1/#comment-79</link>
		<dc:creator>Aether</dc:creator>
		<pubDate>Mon, 28 Mar 2005 08:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/blog/?p=27#comment-79</guid>
		<description>阿...正在找这个，居然忘记了自己google一把，真是郁闷阿；</description>
		<content:encoded><![CDATA[<p>阿&#8230;正在找这个，居然忘记了自己google一把，真是郁闷阿；</p>
]]></content:encoded>
	</item>
</channel>
</rss>
