<?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>Wanderwort by Roman Ernst &#187; Mozilla</title>
	<atom:link href="http://wanderwort.de/tag/mozilla/feed/" rel="self" type="application/rss+xml" />
	<link>http://wanderwort.de</link>
	<description>Interkulturelle Wortkolletionen in Ruby, PHP, XHTML, CSS nah am Strom der Gesellschaft</description>
	<lastBuildDate>Mon, 14 Mar 2011 15:10:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Wordwrap problem of mozillas inline-box</title>
		<link>http://wanderwort.de/2007/11/05/7/</link>
		<comments>http://wanderwort.de/2007/11/05/7/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 12:10:55 +0000</pubDate>
		<dc:creator>pex</dc:creator>
				<category><![CDATA[Gemachtes]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://wanderwort.de/2007/11/05/7/</guid>
		<description><![CDATA[As Firefox and its friends don&#8217;t support the normal &#8220;display: inline-block&#8221; feature of css, it got its own syntax which is called &#8220;display: -moz-inline-box&#8221;. In most cases you can use it without seeing a difference to the standard CSS-syntax. One of the bugs is that your element won&#8217;t have an automatic break at the end [...]]]></description>
			<content:encoded><![CDATA[<p>As Firefox and its friends don&#8217;t support the normal &#8220;display: inline-block&#8221; feature of css, it got its own syntax which is called &#8220;display: -moz-inline-box&#8221;. In most cases you can use it without seeing a difference to the standard CSS-syntax.<br />
One of the bugs is that your element won&#8217;t have an automatic break at the end of the line but behaves somehow like &#8220;white-space: nowrap&#8221;.<br />
The other bug which I will kill by now appears when your inline-block Element doesn&#8217;t have a content.<br />
For example when the background is set with CSS and you don&#8217;t want anything else to be displayed. Or if you are using Javascript to fill the element.<br />
Anyway Firefox would ignore the line-height and put your element in the next line.<br />
Perhaps you didn&#8217;t see this HTML-Enitie for a while as we all use CSS and UTF-8, but a simple &amp;nbsp; (a white-space) will work, though.</p>
]]></content:encoded>
			<wfw:commentRss>http://wanderwort.de/2007/11/05/7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

