<?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>负罪者 &#187; ie文字溢出</title>
	<atom:link href="http://www.uiorz.com/tag/ie%e6%96%87%e5%ad%97%e6%ba%a2%e5%87%ba/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.uiorz.com</link>
	<description>设计 生活 感悟</description>
	<lastBuildDate>Wed, 07 Jul 2010 01:17:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>注释在IE中造成文字溢出的研究</title>
		<link>http://www.uiorz.com/2008/12/19/%e6%b3%a8%e9%87%8a%e5%9c%a8ie%e4%b8%ad%e9%80%a0%e6%88%90%e6%96%87%e5%ad%97%e6%ba%a2%e5%87%ba%e7%9a%84%e7%a0%94%e7%a9%b6/</link>
		<comments>http://www.uiorz.com/2008/12/19/%e6%b3%a8%e9%87%8a%e5%9c%a8ie%e4%b8%ad%e9%80%a0%e6%88%90%e6%96%87%e5%ad%97%e6%ba%a2%e5%87%ba%e7%9a%84%e7%a0%94%e7%a9%b6/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 09:29:47 +0000</pubDate>
		<dc:creator>Gary</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[学习]]></category>
		<category><![CDATA[ie文字溢出]]></category>
		<category><![CDATA[注释]]></category>

		<guid isPermaLink="false">http://www.uiorz.com/?p=99</guid>
		<description><![CDATA[转自怿飞 太感谢作者了，困扰终于知道原因了 &#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&#62;&#60;html xmlns="http://www.w3.org/1999/xhtml"&#62; &#60;head&#62; &#60;meta http-equiv="Content-Type" content="text/html; charset=gb2312" /&#62; &#60;title&#62;多了一只猪&#60;/title&#62; &#60;/head&#62; &#60;body&#62; &#60;div style="width:400px"&#62; &#60;div style="float:left"&#62;&#60;/div&#62; &#60;!-- --&#62; &#60;div style="float:right;width:400px"&#62;↓这就是多出来的那只猪&#60;/div&#62; &#60;/div&#62; &#60;/body&#62; &#60;/html&#62; 1、在 IE、Firefox 中测试，只在 IE 出现文字溢出现象。 说明：注释造成文字溢出是 IE 的 BUG 。 2、去除 &#60;div style=”float:left”&#62;&#60;/div&#62; 中的“float:left;”，你会发现多出来的“猪”字不见了，页面正常显示。同样去除 &#60;div style=”float:right;width:400px”&#62; 中的“float:right;”，多余的“猪”字也同样消失，页面正常显示。 说明：注释造成文字溢出与区块的浮动有关。 3、将注释转移到 &#60;div style=”float:left”&#62; &#60;/div&#62; 前面，多余的“猪”字消失，页面正常显示。将注释转移到 &#60;div [...]]]></description>
		<wfw:commentRss>http://www.uiorz.com/2008/12/19/%e6%b3%a8%e9%87%8a%e5%9c%a8ie%e4%b8%ad%e9%80%a0%e6%88%90%e6%96%87%e5%ad%97%e6%ba%a2%e5%87%ba%e7%9a%84%e7%a0%94%e7%a9%b6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
