<?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>十四像素 的评论</title>
	<atom:link href="http://www.14px.com/index.php?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.14px.com</link>
	<description>我们在无常中感慨生之渺小命之飘乎IE之变幻莫测</description>
	<pubDate>Fri, 18 May 2012 07:50:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>芳草集 对于 利用box-sizing实现div仿框架 的评论</title>
		<link>http://www.14px.com/?p=196#comment-78106</link>
		<dc:creator>芳草集</dc:creator>
		<pubDate>Sun, 23 Oct 2011 06:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.14px.com/?p=196#comment-78106</guid>
		<description>你的样式代码对我帮助不小</description>
		<content:encoded><![CDATA[<p>你的样式代码对我帮助不小</p>
]]></content:encoded>
	</item>
	<item>
		<title>Chomo 对于 div仿框架方法详解 的评论</title>
		<link>http://www.14px.com/?p=106#comment-75523</link>
		<dc:creator>Chomo</dc:creator>
		<pubDate>Sat, 16 Jul 2011 14:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.14px.com/?p=106#comment-75523</guid>
		<description>&lt;a href="#comment-75071" rel="nofollow"&gt;@ballmer&lt;/a&gt; 
恩是的，毕竟是用了比较特殊的方法，所以某些部分浏览器渲染的差异会比较大。
遇到此类情况，要以毒攻毒了，嘿嘿，遮罩也用 hack 变大~~~</description>
		<content:encoded><![CDATA[<p><a href="#comment-75071" rel="nofollow">@ballmer</a><br />
恩是的，毕竟是用了比较特殊的方法，所以某些部分浏览器渲染的差异会比较大。<br />
遇到此类情况，要以毒攻毒了，嘿嘿，遮罩也用 hack 变大~~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>ballmer 对于 div仿框架方法详解 的评论</title>
		<link>http://www.14px.com/?p=106#comment-75071</link>
		<dc:creator>ballmer</dc:creator>
		<pubDate>Sun, 26 Jun 2011 08:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.14px.com/?p=106#comment-75071</guid>
		<description>ie6下html的hack（*padding:70px 10px;）在使用js弹出层效果时会出现不同的现象
会影响到弹出层的遮罩层，使得遮罩层无法遮罩整个屏幕</description>
		<content:encoded><![CDATA[<p>ie6下html的hack（*padding:70px 10px;）在使用js弹出层效果时会出现不同的现象<br />
会影响到弹出层的遮罩层，使得遮罩层无法遮罩整个屏幕</p>
]]></content:encoded>
	</item>
	<item>
		<title>济南网站制作 对于 inline-block对象间的缝隙 的评论</title>
		<link>http://www.14px.com/?p=187#comment-74806</link>
		<dc:creator>济南网站制作</dc:creator>
		<pubDate>Wed, 15 Jun 2011 01:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.14px.com/?p=187#comment-74806</guid>
		<description>css真让人头疼</description>
		<content:encoded><![CDATA[<p>css真让人头疼</p>
]]></content:encoded>
	</item>
	<item>
		<title>cuizhe 对于 表格外观的无序列表 的评论</title>
		<link>http://www.14px.com/?p=164#comment-74518</link>
		<dc:creator>cuizhe</dc:creator>
		<pubDate>Wed, 01 Jun 2011 09:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.14px.com/?p=164#comment-74518</guid>
		<description>不错，非常的淫荡……</description>
		<content:encoded><![CDATA[<p>不错，非常的淫荡……</p>
]]></content:encoded>
	</item>
	<item>
		<title>hdm58 对于 解决IE6与IE7中的按钮多出1px的内边框问题 的评论</title>
		<link>http://www.14px.com/?p=130#comment-74510</link>
		<dc:creator>hdm58</dc:creator>
		<pubDate>Mon, 30 May 2011 07:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.14px.com/?p=130#comment-74510</guid>
		<description>哈！测试下1</description>
		<content:encoded><![CDATA[<p>哈！测试下1</p>
]]></content:encoded>
	</item>
	<item>
		<title>ToFishes 对于 解决IE6与IE7中的按钮多出1px的内边框问题 的评论</title>
		<link>http://www.14px.com/?p=130#comment-74343</link>
		<dc:creator>ToFishes</dc:creator>
		<pubDate>Fri, 20 May 2011 04:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.14px.com/?p=130#comment-74343</guid>
		<description>&lt;a href="#comment-72378" rel="nofollow"&gt;@Chomo&lt;/a&gt; 
试试这个代码，在IE6,7下看看就知道了
&#60;p style="margin:20px"&#62;
&#60;span style="display:inline-block;border:1px solid #900"&#62;&#60;input type="button" style="background:#f50;border:0;padding:5px 15px;" value="bug..." /&#62;&#60;/span&#62;
&#60;/p&#62;</description>
		<content:encoded><![CDATA[<p><a href="#comment-72378" rel="nofollow">@Chomo</a><br />
试试这个代码，在IE6,7下看看就知道了<br />
&lt;p style=&#8221;margin:20px&#8221;&gt;<br />
&lt;span style=&#8221;display:inline-block;border:1px solid #900&#8243;&gt;&lt;input type=&#8221;button&#8221; style=&#8221;background:#f50;border:0;padding:5px 15px;&#8221; value=&#8221;bug&#8230;&#8221; /&gt;&lt;/span&gt;<br />
&lt;/p&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>ToFishes 对于 解决IE6与IE7中的按钮多出1px的内边框问题 的评论</title>
		<link>http://www.14px.com/?p=130#comment-74342</link>
		<dc:creator>ToFishes</dc:creator>
		<pubDate>Fri, 20 May 2011 04:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.14px.com/?p=130#comment-74342</guid>
		<description>原来代码会被直接过滤，而不是把&#62;转义</description>
		<content:encoded><![CDATA[<p>原来代码会被直接过滤，而不是把&gt;转义</p>
]]></content:encoded>
	</item>
	<item>
		<title>ToFishes 对于 解决IE6与IE7中的按钮多出1px的内边框问题 的评论</title>
		<link>http://www.14px.com/?p=130#comment-74341</link>
		<dc:creator>ToFishes</dc:creator>
		<pubDate>Fri, 20 May 2011 04:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.14px.com/?p=130#comment-74341</guid>
		<description>&lt;a href="#comment-72378" rel="nofollow"&gt;@Chomo&lt;/a&gt;

试试这个代码，在IE6,7下看看就知道了

        
    </description>
		<content:encoded><![CDATA[<p><a href="#comment-72378" rel="nofollow">@Chomo</a></p>
<p>试试这个代码，在IE6,7下看看就知道了</p>
]]></content:encoded>
	</item>
	<item>
		<title>用DIV仿iframe框架布局效果 &#124; 第一整站站 对于 hack该不该用？！ 的评论</title>
		<link>http://www.14px.com/?p=93#comment-74028</link>
		<dc:creator>用DIV仿iframe框架布局效果 &#124; 第一整站站</dc:creator>
		<pubDate>Wed, 04 May 2011 09:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.14px.com/?p=93#comment-74028</guid>
		<description>[...] 现在我们拥有了ie6的仿框架和非ie6的div仿框架的最终形态，只需要利用hack做个简单的加法则行了：（当然，同一属性写两遍，后面的属性所对应的值将覆盖前者，这个基础的优先级基础大家还需要温故一下。）（再&#8220;当然&#8221;一下&#8212;&#8212;当然，有人对hack深恶痛绝，那么请在使用之前，阅读此文看看是否能消消心头之恨。） [...]</description>
		<content:encoded><![CDATA[<p>[...] 现在我们拥有了ie6的仿框架和非ie6的div仿框架的最终形态，只需要利用hack做个简单的加法则行了：（当然，同一属性写两遍，后面的属性所对应的值将覆盖前者，这个基础的优先级基础大家还需要温故一下。）（再&ldquo;当然&rdquo;一下&mdash;&mdash;当然，有人对hack深恶痛绝，那么请在使用之前，阅读此文看看是否能消消心头之恨。） [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

