<?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: 渐进增强式布局探讨（下）</title>
	<atom:link href="http://lifesinger.org/blog/2008/11/pe-layout-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://lifesinger.org/blog/2008/11/pe-layout-2/</link>
	<description>关注用户体验、前端开发，记录生活点滴、岁月足迹。</description>
	<lastBuildDate>Thu, 11 Mar 2010 23:50:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 辉舞世间</title>
		<link>http://lifesinger.org/blog/2008/11/pe-layout-2/comment-page-1/#comment-3596</link>
		<dc:creator>辉舞世间</dc:creator>
		<pubDate>Wed, 09 Dec 2009 02:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=659#comment-3596</guid>
		<description>“双飞翼布局”应该能给很多人思考空间……</description>
		<content:encoded><![CDATA[<p>“双飞翼布局”应该能给很多人思考空间……</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 漫步</title>
		<link>http://lifesinger.org/blog/2008/11/pe-layout-2/comment-page-1/#comment-2931</link>
		<dc:creator>漫步</dc:creator>
		<pubDate>Fri, 09 Oct 2009 15:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=659#comment-2931</guid>
		<description>好像你 lab 目录下的文件都没了? 文章的一些展示页面都 404 了....</description>
		<content:encoded><![CDATA[<p>好像你 lab 目录下的文件都没了? 文章的一些展示页面都 404 了&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phpdd66</title>
		<link>http://lifesinger.org/blog/2008/11/pe-layout-2/comment-page-1/#comment-2792</link>
		<dc:creator>phpdd66</dc:creator>
		<pubDate>Sun, 27 Sep 2009 18:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=659#comment-2792</guid>
		<description>最后一个使用main-wrap后，外面的bd可以不要了，相对定位也可以不要，代码很少，就是dom树看上去不是很完美，但不知到在别的浏览器下是否有bug。</description>
		<content:encoded><![CDATA[<p>最后一个使用main-wrap后，外面的bd可以不要了，相对定位也可以不要，代码很少，就是dom树看上去不是很完美，但不知到在别的浏览器下是否有bug。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phpdd66</title>
		<link>http://lifesinger.org/blog/2008/11/pe-layout-2/comment-page-1/#comment-2790</link>
		<dc:creator>phpdd66</dc:creator>
		<pubDate>Sun, 27 Sep 2009 17:25:52 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=659#comment-2790</guid>
		<description>又研究了一晚上，还是不行；
css如下：

    #bd {
        padding: 0 230px 0 190px;
    }
    .main {
        float: left;
        width: 100%;
    }
    .sub {
        float: left;
        width: 190px;
        margin-left: -100%;
        position: relative;
        left: -190px;
    }
    .extra {
        float: left;
        width: 230px;
        margin-left: -230px;
        position: relative;
        right: -230px;
    }

sub在firefox下正常，在ie7下显示不出来，需要增加#page{overflow: hidden;}才行，又看的你的另一篇说这样也会有bug,需要在bd后增加个clear类才能解决。感觉使用内边据代码使用的太多了</description>
		<content:encoded><![CDATA[<p>又研究了一晚上，还是不行；<br />
css如下：</p>
<p>    #bd {<br />
        padding: 0 230px 0 190px;<br />
    }<br />
    .main {<br />
        float: left;<br />
        width: 100%;<br />
    }<br />
    .sub {<br />
        float: left;<br />
        width: 190px;<br />
        margin-left: -100%;<br />
        position: relative;<br />
        left: -190px;<br />
    }<br />
    .extra {<br />
        float: left;<br />
        width: 230px;<br />
        margin-left: -230px;<br />
        position: relative;<br />
        right: -230px;<br />
    }</p>
<p>sub在firefox下正常，在ie7下显示不出来，需要增加#page{overflow: hidden;}才行，又看的你的另一篇说这样也会有bug,需要在bd后增加个clear类才能解决。感觉使用内边据代码使用的太多了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lifesinger</title>
		<link>http://lifesinger.org/blog/2008/11/pe-layout-2/comment-page-1/#comment-2766</link>
		<dc:creator>lifesinger</dc:creator>
		<pubDate>Sat, 26 Sep 2009 12:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=659#comment-2766</guid>
		<description>@phpdd66: sub 丢失，能给个例子么？</description>
		<content:encoded><![CDATA[<p>@phpdd66: sub 丢失，能给个例子么？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phpdd66</title>
		<link>http://lifesinger.org/blog/2008/11/pe-layout-2/comment-page-1/#comment-2765</link>
		<dc:creator>phpdd66</dc:creator>
		<pubDate>Sat, 26 Sep 2009 09:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=659#comment-2765</guid>
		<description>你的文章看了好几便，受益不浅
想问个问题，你这个布局为什么偏好内边据呢，为什么不用外边据，用外边据要简单的多；
你这个布局在ie下sub要丢失；还要额外加几行才行；
Alessandro的40种布局基本上用的都是外边据，但不知到有什么缺点？</description>
		<content:encoded><![CDATA[<p>你的文章看了好几便，受益不浅<br />
想问个问题，你这个布局为什么偏好内边据呢，为什么不用外边据，用外边据要简单的多；<br />
你这个布局在ie下sub要丢失；还要额外加几行才行；<br />
Alessandro的40种布局基本上用的都是外边据，但不知到有什么缺点？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 白眼狼</title>
		<link>http://lifesinger.org/blog/2008/11/pe-layout-2/comment-page-1/#comment-2532</link>
		<dc:creator>白眼狼</dc:creator>
		<pubDate>Wed, 09 Sep 2009 02:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=659#comment-2532</guid>
		<description>position:relative会让侧栏在ie6里跑位,具体现象:让页面闲置一段时间,侧栏自动偏移到右侧页面之外;删除relative属性,用padding和额外margin实现栏间隔后恢复正常,但在ie5.5里,padding也有异常.</description>
		<content:encoded><![CDATA[<p>position:relative会让侧栏在ie6里跑位,具体现象:让页面闲置一段时间,侧栏自动偏移到右侧页面之外;删除relative属性,用padding和额外margin实现栏间隔后恢复正常,但在ie5.5里,padding也有异常.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anlee</title>
		<link>http://lifesinger.org/blog/2008/11/pe-layout-2/comment-page-1/#comment-315</link>
		<dc:creator>anlee</dc:creator>
		<pubDate>Wed, 17 Jun 2009 08:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=659#comment-315</guid>
		<description>不错的文章，很有帮助</description>
		<content:encoded><![CDATA[<p>不错的文章，很有帮助</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 蓝秋枫</title>
		<link>http://lifesinger.org/blog/2008/11/pe-layout-2/comment-page-1/#comment-314</link>
		<dc:creator>蓝秋枫</dc:creator>
		<pubDate>Tue, 02 Jun 2009 07:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=659#comment-314</guid>
		<description>雕兄，在你的栅格化布局系统中，使用自适应宽度时，将浏览器窗口缩小到一定程度时，col-main显示就出问题了。这时应该给col-main一个最小值?</description>
		<content:encoded><![CDATA[<p>雕兄，在你的栅格化布局系统中，使用自适应宽度时，将浏览器窗口缩小到一定程度时，col-main显示就出问题了。这时应该给col-main一个最小值?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swan</title>
		<link>http://lifesinger.org/blog/2008/11/pe-layout-2/comment-page-1/#comment-313</link>
		<dc:creator>swan</dc:creator>
		<pubDate>Tue, 26 May 2009 02:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=659#comment-313</guid>
		<description>是在ie6的测试下</description>
		<content:encoded><![CDATA[<p>是在ie6的测试下</p>
]]></content:encoded>
	</item>
</channel>
</rss>
