<?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: IE和FF的两种&#8221;姿态&#8221;</title>
	<atom:link href="http://www.awflasher.com/blog/archives/791/feed" rel="self" type="application/rss+xml" />
	<link>http://www.awflasher.com/blog/archives/791</link>
	<description>分享互联网, 分享人生</description>
	<lastBuildDate>Sun, 12 Feb 2012 04:59:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: ddt &#187; IE6.0、IE7.0 与FireFox CSS兼容的解决方法</title>
		<link>http://www.awflasher.com/blog/archives/791#comment-107525</link>
		<dc:creator>ddt &#187; IE6.0、IE7.0 与FireFox CSS兼容的解决方法</dc:creator>
		<pubDate>Thu, 22 Sep 2011 03:47:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-107525</guid>
		<description>[...] 参阅 http://www.awflasher.com/blog/archives/791 [...]</description>
		<content:encoded><![CDATA[<p>[...] 参阅 <a href="http://www.awflasher.com/blog/archives/791" rel="nofollow">http://www.awflasher.com/blog/archives/791</a> [...]</p>
<div digg="0" bury="0" class="diggcomment" cid="107525"></div>]]></content:encoded>
	</item>
	<item>
		<title>By: IE6.0、IE7.0 与FireFox CSS兼容的解决方法</title>
		<link>http://www.awflasher.com/blog/archives/791#comment-104198</link>
		<dc:creator>IE6.0、IE7.0 与FireFox CSS兼容的解决方法</dc:creator>
		<pubDate>Wed, 03 Feb 2010 12:04:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-104198</guid>
		<description>[...] 参阅 http://www.awflasher.com/blog/archives/791 [...]</description>
		<content:encoded><![CDATA[<p>[...] 参阅 http://www.awflasher.com/blog/archives/791 [...]</p>
<div digg="0" bury="0" class="diggcomment" cid="104198"></div>]]></content:encoded>
	</item>
	<item>
		<title>By: CSS书写顺序建议及CSS HACK(FF&#38;IE兼容) &#124; 梦幻天坛</title>
		<link>http://www.awflasher.com/blog/archives/791#comment-103984</link>
		<dc:creator>CSS书写顺序建议及CSS HACK(FF&#38;IE兼容) &#124; 梦幻天坛</dc:creator>
		<pubDate>Tue, 22 Dec 2009 06:28:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-103984</guid>
		<description>[...] 一、IE6的border。会自动往外加margin。当第一个box和第二个box之间的margin为a时，如果两个box都没有border，那么IE6、IE7、FF下面都没问题。当有border时，FF和IE7的border不会占用它们之间的“空位”，而IE6这个老喜欢“自作聪明”的家伙就把margin给撑开了。我并没有调试是否padding也会有这个副作用，我个人怀疑也有，但是既然把问题分析道这一步了，就不赘述了。解决方案就是判断是否是IE6，然后动态的修补margin。其间涉及到js获取浏览器版本、样式值这些技术。参阅 http://www.awflasher.com/blog/archives/791 [...]</description>
		<content:encoded><![CDATA[<p>[...] 一、IE6的border。会自动往外加margin。当第一个box和第二个box之间的margin为a时，如果两个box都没有border，那么IE6、IE7、FF下面都没问题。当有border时，FF和IE7的border不会占用它们之间的“空位”，而IE6这个老喜欢“自作聪明”的家伙就把margin给撑开了。我并没有调试是否padding也会有这个副作用，我个人怀疑也有，但是既然把问题分析道这一步了，就不赘述了。解决方案就是判断是否是IE6，然后动态的修补margin。其间涉及到js获取浏览器版本、样式值这些技术。参阅 <a href="http://www.awflasher.com/blog/archives/791" rel="nofollow">http://www.awflasher.com/blog/archives/791</a> [...]</p>
<div digg="0" bury="0" class="diggcomment" cid="103984"></div>]]></content:encoded>
	</item>
	<item>
		<title>By: aw's blog 姿态永恒 &#187; 个人整理的FF、IE的最基本的CSS兼容技巧</title>
		<link>http://www.awflasher.com/blog/archives/791#comment-9481</link>
		<dc:creator>aw's blog 姿态永恒 &#187; 个人整理的FF、IE的最基本的CSS兼容技巧</dc:creator>
		<pubDate>Sat, 10 Mar 2007 16:43:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-9481</guid>
		<description>[...] 补充： 当时发表这篇文章时，并没有IE7的出现，而且那个时候我也没有很多地考虑JavaScript。这次更新一些。 一、IE6的border。会自动往外加margin。 当第一个box和第二个box之间的margin为a时，如果两个box都没有border，那么IE6、IE7、FF下面都没问题。 当有border时，FF和IE7的border不会占用它们之间的“空位”，而IE6这个老喜欢“自作聪明”的家伙就把margin给撑开了。 我并没有调试是否padding也会有这个副作用，我个人怀疑也有，但是既然把问题分析道这一步了，就不赘述了。 解决方案就是判断是否是IE6，然后动态的修补margin。其间涉及到js获取浏览器版本、样式值这些技术。参阅 http://www.awflasher.com/blog/archives/791 [...]</description>
		<content:encoded><![CDATA[<p>[...] 补充： 当时发表这篇文章时，并没有IE7的出现，而且那个时候我也没有很多地考虑JavaScript。这次更新一些。 一、IE6的border。会自动往外加margin。 当第一个box和第二个box之间的margin为a时，如果两个box都没有border，那么IE6、IE7、FF下面都没问题。 当有border时，FF和IE7的border不会占用它们之间的“空位”，而IE6这个老喜欢“自作聪明”的家伙就把margin给撑开了。 我并没有调试是否padding也会有这个副作用，我个人怀疑也有，但是既然把问题分析道这一步了，就不赘述了。 解决方案就是判断是否是IE6，然后动态的修补margin。其间涉及到js获取浏览器版本、样式值这些技术。参阅 <a href="http://www.awflasher.com/blog/archives/791" rel="nofollow">http://www.awflasher.com/blog/archives/791</a> [...]</p>
<div digg="0" bury="0" class="diggcomment" cid="9481"></div>]]></content:encoded>
	</item>
	<item>
		<title>By: hvion</title>
		<link>http://www.awflasher.com/blog/archives/791#comment-6350</link>
		<dc:creator>hvion</dc:creator>
		<pubDate>Mon, 22 Jan 2007 14:16:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-6350</guid>
		<description>学习了&lt;a href=&quot;http://show43.com&quot; title=&quot;http://show43.com&quot; target=&quot;_blank&quot;&gt;,&lt;/a&gt;谢谢&lt;a href=&quot;http://www.show43.com/sitemap.html&quot; title=&quot;http://www.show43.com/sitemap.html&quot; target=&quot;_blank&quot;&gt;.&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>学习了<a href="http://show43.com" title="http://show43.com" target="_blank">,</a>谢谢<a href="http://www.show43.com/sitemap.html" title="http://www.show43.com/sitemap.html" target="_blank">.</a></p>
<div digg="0" bury="0" class="diggcomment" cid="6350"></div>]]></content:encoded>
	</item>
	<item>
		<title>By: wondger</title>
		<link>http://www.awflasher.com/blog/archives/791#comment-6226</link>
		<dc:creator>wondger</dc:creator>
		<pubDate>Sun, 14 Jan 2007 10:18:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-6226</guid>
		<description>搞定咯~···</description>
		<content:encoded><![CDATA[<p>搞定咯~···</p>
<div digg="0" bury="0" class="diggcomment" cid="6226"></div>]]></content:encoded>
	</item>
	<item>
		<title>By: wondger</title>
		<link>http://www.awflasher.com/blog/archives/791#comment-6225</link>
		<dc:creator>wondger</dc:creator>
		<pubDate>Sun, 14 Jan 2007 10:08:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-6225</guid>
		<description>FF把IE的收藏夹导进来，每次FF收藏页面的时候都直接收藏到IE的收藏目录，但是怎么IE的文件夹中没有在FF中已经收藏过的页面，只在FF运行时的收藏项中能看到？FF的导出收藏只能导出bookmarks.html，不能像IE，Maxthon将整个收藏导出为文件夹？</description>
		<content:encoded><![CDATA[<p>FF把IE的收藏夹导进来，每次FF收藏页面的时候都直接收藏到IE的收藏目录，但是怎么IE的文件夹中没有在FF中已经收藏过的页面，只在FF运行时的收藏项中能看到？FF的导出收藏只能导出bookmarks.html，不能像IE，Maxthon将整个收藏导出为文件夹？</p>
<div digg="0" bury="0" class="diggcomment" cid="6225"></div>]]></content:encoded>
	</item>
	<item>
		<title>By: oolong</title>
		<link>http://www.awflasher.com/blog/archives/791#comment-6203</link>
		<dc:creator>oolong</dc:creator>
		<pubDate>Fri, 12 Jan 2007 16:21:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-6203</guid>
		<description>我一直都关注你的Blog，学了很多东西，没有留过一次言，尤其看了2003年的那个动画，感触很多，我最近的一个朋友也遇到类似的事情，我给她看你的动画。嗯 就这么多。。。祝你新的一年交好运！
我得博客地址说一下吧&lt;a href=&quot;http://raino120.blog.sohu.com&quot; title=&quot;http://raino120.blog.sohu.com&quot; target=&quot;_blank&quot;&gt;http://raino120.blog.sohu.com&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>我一直都关注你的Blog，学了很多东西，没有留过一次言，尤其看了2003年的那个动画，感触很多，我最近的一个朋友也遇到类似的事情，我给她看你的动画。嗯 就这么多。。。祝你新的一年交好运！<br />
我得博客地址说一下吧<a href="http://raino120.blog.sohu.com" title="http://raino120.blog.sohu.com" target="_blank">http://raino120.blog.sohu.com</a></p>
<div digg="0" bury="0" class="diggcomment" cid="6203"></div>]]></content:encoded>
	</item>
</channel>
</rss>

