<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>M78星云ie</title>
	<atom:link href="http://liferar.com/tag/ie/feed" rel="self" type="application/rss+xml" />
	<link>http://liferar.com</link>
	<description>愿我们的梦想，像光那样，从一颗星到另一颗星!</description>
	<lastBuildDate>Wed, 07 Dec 2011 16:07:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WEB前端开发的一些问题备忘</title>
		<link>http://liferar.com/web_dev_problem</link>
		<comments>http://liferar.com/web_dev_problem#comments</comments>
		<pubDate>Sun, 21 Jun 2009 00:22:58 +0000</pubDate>
		<dc:creator>CK猪</dc:creator>
				<category><![CDATA[CK猪是程序员]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[WEB]]></category>

		<guid isPermaLink="false">http://liferar.com/?p=117</guid>
		<description><![CDATA[懒得整理了，权当备忘，IE的一些BUG ======================== 多语言字体baseline不统一 背景和边框渲染错误，设置zoom:1，触发hasLayout可以解决 IE FLOAT BUG 第一个图片比其它的高一个像素。。。  &#60;ul class=&#8221;people-list tidy&#8221; style=&#8221;margin-left:20px;&#8221;&#62;   &#60;?php for ($i=0; $i&#60;12; ++$i): ?&#62;   &#60;li&#62;    &#60;div&#62;&#60;img src=&#8221;/img/photo_default.gif&#8221; /&#62;&#60;/div&#62;    &#60;div class=&#8221;info&#8221;&#62;&#60;a class=&#8221;font12&#8243; href=&#8221;/&#8221;&#62;Warren&#60;/a&#62;&#60;/div&#62;   &#60;/li&#62;   &#60;?php endfor; ?&#62;  &#60;/ul&#62;    &#60;ul class=&#8221;people-list tidy&#8221; style=&#8221;margin-left:20px;&#8221;&#62;   &#60;?php for ($i=0; $i&#60;12; ++$i): ?&#62;   &#60;li&#62;    &#60;img src=&#8221;/img/photo_default.gif&#8221; /&#62; [...]]]></description>
			<content:encoded><![CDATA[<div>懒得整理了，权当备忘，IE的一些BUG</div>
<div>========================</div>
<div>多语言字体baseline不统一</div>
<div>背景和边框渲染错误，设置zoom:1，触发hasLayout可以解决</div>
<div>IE FLOAT BUG</div>
<div><img class="alignnone size-full wp-image-124" title="viewfile" src="http://liferar.com/wp-content/uploads/2009/06/viewfile.jpg" alt="viewfile" width="246" height="201" /></div>
<div>第一个图片比其它的高一个像素。。。</div>
<div> &lt;ul class=&#8221;people-list tidy&#8221; style=&#8221;margin-left:20px;&#8221;&gt;<br />
  &lt;?php for ($i=0; $i&lt;12; ++$i): ?&gt;<br />
  &lt;li&gt;<br />
   &lt;div&gt;&lt;img src=&#8221;/img/photo_default.gif&#8221; /&gt;&lt;/div&gt;<br />
   &lt;div class=&#8221;info&#8221;&gt;&lt;a class=&#8221;font12&#8243; href=&#8221;/&#8221;&gt;Warren&lt;/a&gt;&lt;/div&gt;<br />
  &lt;/li&gt;<br />
  &lt;?php endfor; ?&gt;<br />
 &lt;/ul&gt;</div>
<div> </div>
<div> &lt;ul class=&#8221;people-list tidy&#8221; style=&#8221;margin-left:20px;&#8221;&gt;<br />
  &lt;?php for ($i=0; $i&lt;12; ++$i): ?&gt;<br />
  &lt;li&gt;<br />
   &lt;img src=&#8221;/img/photo_default.gif&#8221; /&gt;</div>
<div>   &lt;a class=&#8221;font12&#8243; href=&#8221;/&#8221;&gt;Warren&lt;/a&gt;<br />
  &lt;/li&gt;<br />
  &lt;?php endfor; ?&gt;<br />
 &lt;/ul&gt;</div>
<div> </div>
<div>IE6: Whatever:hover只能实现&lt;style&gt;&lt;/style&gt;标签里的hover样式，CSS文件中的无法实现。</div>
<div>点击hover元素后有时会导致onhover类没有被去除</div>
<div> </div>
<div>8以下版本的IE在渲染非ASCII字符时是不考虑字体的baseline的。直接将区域顶部与字体顶部对齐，这是导致我们做中文布局要是对不齐的根本原因。IE8解决了这个问题。</div>
<div> </div>
<div>div被图片挡住</div>
<h3>相关文章</h3>
<ul class="related_posts">
<li><a href="http://liferar.com/mootools_bugs_date_getweek" title="Mootools Bug - Date.getWeek" rel="bookmark inlinks">Mootools Bug &#8211; Date.getWeek</a><span class="count">( 0 )</span></li>
<li><a href="http://liferar.com/return_value_of_new_function" title="javascript中new function()的返回值（并不一定是function的“实例”）" rel="bookmark inlinks">javascript中new function()的返回值（并不一定是function的“实例”）</a><span class="count">( 0 )</span></li>
<li><a href="http://liferar.com/html_seldom_used_attribute_list" title="HTML不常用标签属性备忘" rel="bookmark inlinks">HTML不常用标签属性备忘</a><span class="count">( 0 )</span></li>
<li><a href="http://liferar.com/buffer_control_in_php" title="PHP输出缓存控制" rel="bookmark inlinks">PHP输出缓存控制</a><span class="count">( 0 )</span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://liferar.com/web_dev_problem/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

