<?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>FoxLing - 前端开发 &#187; Bug</title>
	<atom:link href="http://foxling.org/tag/bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://foxling.org</link>
	<description>不积跬步 无以至千里</description>
	<lastBuildDate>Sat, 19 Nov 2011 16:29:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>奇怪的clear:right&#8230;..</title>
		<link>http://foxling.org/html-css-xml/clear-right-bug/</link>
		<comments>http://foxling.org/html-css-xml/clear-right-bug/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 13:13:33 +0000</pubDate>
		<dc:creator>FoxLing</dc:creator>
				<category><![CDATA[HTML/CSS/XML]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://wp.foxling.cn/as-flex-air/23/</guid>
		<description><![CDATA[不知道是在哪位神仙的网站上看到这段代码，觉得很有趣，却百思不得其解。。。 放在这里，慢慢研究。 示例页面：/examples/clear-right.html 各浏览器效果： .wrapper{ width:150px; border:3px #666 solid; padding:3px; background-color:#efefef; } .sbox{ clear:right;/*注意，就是这个神奇的clear*/ float:left; width:100px; height:100px; border:1px #000 solid; background-color:#ccc; } Content Content 待续&#8230;.]]></description>
			<content:encoded><![CDATA[<p>不知道是在哪位神仙的网站上看到这段代码，觉得很有趣，却百思不得其解。。。<br />
放在这里，慢慢研究。</p>
<p>示例页面：<a target="_blank" href="/examples/clear-right.html">/examples/clear-right.html</a></p>
<p>各浏览器效果：<br />
<img src="/attachments/month_0808/12008818232048.jpg" border="0" alt=""/></p>
<pre>
.wrapper{
width:150px;
border:3px #666 solid;
padding:3px;
background-color:#efefef;
}
.sbox{
clear:right;/*注意，就是这个神奇的clear*/
float:left;
width:100px;
height:100px;
border:1px #000 solid;
background-color:#ccc;
}
</pre>
<pre>
<div class=&#34;wrapper&#34;>
<div class=&#34;sbox&#34;>Content</div>
<div class=&#34;sbox&#34;>Content</div>
</div>
</pre>
<p>待续&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://foxling.org/html-css-xml/clear-right-bug/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

