<?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>Web Do&#039;s &#38; Don&#039;ts &#187; Bug Fix</title>
	<atom:link href="http://webdosanddonts.com/tag/bug-fix/feed" rel="self" type="application/rss+xml" />
	<link>http://webdosanddonts.com</link>
	<description>Tips&#38;Tricks for the modern day web designer</description>
	<lastBuildDate>Mon, 30 Aug 2010 18:18:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Add display:inline to floated elements</title>
		<link>http://webdosanddonts.com/add-displayinline-to-floated-elements</link>
		<comments>http://webdosanddonts.com/add-displayinline-to-floated-elements#comments</comments>
		<pubDate>Mon, 11 May 2009 23:38:42 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Bug Fix]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=168</guid>
		<description><![CDATA[You can easily avoid IE double float-margin bug and IE text indent bug, simply by adding display:inline to your floated elements.]]></description>
			<content:encoded><![CDATA[<p>You can easily avoid IE double float-margin bug and IE text indent bug, simply by adding <code>display:inline</code> to your floated elements.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/add-displayinline-to-floated-elements/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
