<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: inline-block in FireFox</title>
	<atom:link href="http://www.thismuchiknow.co.uk/?feed=rss2&#038;p=7" rel="self" type="application/rss+xml" />
	<link>http://www.thismuchiknow.co.uk/?p=7</link>
	<description>(hopefully other people will find it useful too)</description>
	<lastBuildDate>Sun, 29 Aug 2010 16:12:01 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael</title>
		<link>http://www.thismuchiknow.co.uk/?p=7&#038;cpage=1#comment-30302</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 13 Oct 2009 11:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=7#comment-30302</guid>
		<description>Thanks for your article! Not a new cup of tea, but it helped me to solve some positioning problems which just occured in Firefox 2. You made my day. =)</description>
		<content:encoded><![CDATA[<p>Thanks for your article! Not a new cup of tea, but it helped me to solve some positioning problems which just occured in Firefox 2. You made my day. =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.thismuchiknow.co.uk/?p=7&#038;cpage=1#comment-30153</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 11 Jul 2009 16:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=7#comment-30153</guid>
		<description>Another option is to use css tables - display:table-cell will come pretty close to getting the same results as inline-block.</description>
		<content:encoded><![CDATA[<p>Another option is to use css tables &#8211; display:table-cell will come pretty close to getting the same results as inline-block.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristofer</title>
		<link>http://www.thismuchiknow.co.uk/?p=7&#038;cpage=1#comment-30017</link>
		<dc:creator>Kristofer</dc:creator>
		<pubDate>Tue, 18 Nov 2008 10:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=7#comment-30017</guid>
		<description>Yeah, thanks alot. Found this post through google. Never heard about -moz-inline-box before. :)</description>
		<content:encoded><![CDATA[<p>Yeah, thanks alot. Found this post through google. Never heard about -moz-inline-box before. <img src='http://www.thismuchiknow.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: heather</title>
		<link>http://www.thismuchiknow.co.uk/?p=7&#038;cpage=1#comment-19212</link>
		<dc:creator>heather</dc:creator>
		<pubDate>Mon, 04 Feb 2008 01:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=7#comment-19212</guid>
		<description>Thank you! Thank you! Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you! Thank you! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hasen</title>
		<link>http://www.thismuchiknow.co.uk/?p=7&#038;cpage=1#comment-18530</link>
		<dc:creator>hasen</dc:creator>
		<pubDate>Sat, 19 Jan 2008 23:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=7#comment-18530</guid>
		<description>for me, I&#039;ve found that if I want to to work across browsers, it only works well when you apply it to a span (i.e. something that&#039;s inline by default)

e.g.
</description>
		<content:encoded><![CDATA[<p>for me, I&#8217;ve found that if I want to to work across browsers, it only works well when you apply it to a span (i.e. something that&#8217;s inline by default)</p>
<p>e.g.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.thismuchiknow.co.uk/?p=7&#038;cpage=1#comment-18520</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Sat, 19 Jan 2008 18:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=7#comment-18520</guid>
		<description>Thanks, that was driving me _crazy_.

I just expected that firefox would respect my choice to use inline-block.

:D</description>
		<content:encoded><![CDATA[<p>Thanks, that was driving me _crazy_.</p>
<p>I just expected that firefox would respect my choice to use inline-block.</p>
<p> <img src='http://www.thismuchiknow.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ATom</title>
		<link>http://www.thismuchiknow.co.uk/?p=7&#038;cpage=1#comment-10777</link>
		<dc:creator>ATom</dc:creator>
		<pubDate>Mon, 30 Jul 2007 07:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=7#comment-10777</guid>
		<description>-moz-inline-stack a -moz-inline-box work as inline-block in Opera, but text-align: center doesn&#039;t work, so this doesn&#039;t work:

display: inline
display: inline-block;
display: -moz-inline-box 
width: 200px;
height: 200px;
background-color: #FFFF99;
text-align: center;

Exist any solution?</description>
		<content:encoded><![CDATA[<p>-moz-inline-stack a -moz-inline-box work as inline-block in Opera, but text-align: center doesn&#8217;t work, so this doesn&#8217;t work:</p>
<p>display: inline<br />
display: inline-block;<br />
display: -moz-inline-box<br />
width: 200px;<br />
height: 200px;<br />
background-color: #FFFF99;<br />
text-align: center;</p>
<p>Exist any solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adil</title>
		<link>http://www.thismuchiknow.co.uk/?p=7&#038;cpage=1#comment-9399</link>
		<dc:creator>Adil</dc:creator>
		<pubDate>Wed, 04 Jul 2007 16:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=7#comment-9399</guid>
		<description>Its actually 
display:-moz-inline-stack

and not -moz-inline-block.</description>
		<content:encoded><![CDATA[<p>Its actually<br />
display:-moz-inline-stack</p>
<p>and not -moz-inline-block.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.thismuchiknow.co.uk/?p=7&#038;cpage=1#comment-1767</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 11 Mar 2007 17:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=7#comment-1767</guid>
		<description>Just wanted to say thanks, the -moz-inline-box is exactly what I needed and has been driving me nuts for the last few hours!</description>
		<content:encoded><![CDATA[<p>Just wanted to say thanks, the -moz-inline-box is exactly what I needed and has been driving me nuts for the last few hours!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Romagnoli</title>
		<link>http://www.thismuchiknow.co.uk/?p=7&#038;cpage=1#comment-1092</link>
		<dc:creator>Andrea Romagnoli</dc:creator>
		<pubDate>Thu, 01 Feb 2007 12:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=7#comment-1092</guid>
		<description>Hi!
That works perfectly but... centering the text of the &quot;inline-blocked&quot; doesn&#039;t work with Firefox.
The code I&#039;m using is:
display: inline-block;
width: 200px;
height: 200px;
background-color: #FFFF99;
text-align: center;

Any solution?</description>
		<content:encoded><![CDATA[<p>Hi!<br />
That works perfectly but&#8230; centering the text of the &#8220;inline-blocked&#8221; doesn&#8217;t work with Firefox.<br />
The code I&#8217;m using is:<br />
display: inline-block;<br />
width: 200px;<br />
height: 200px;<br />
background-color: #FFFF99;<br />
text-align: center;</p>
<p>Any solution?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
