<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: CSS Sprite的新方法</title>
	<atom:link href="http://www.mikkolee.com/153/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mikkolee.com/153</link>
	<description>关于界面的价值观与方法论</description>
	<lastBuildDate>Wed, 28 Jul 2010 04:20:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 天堂左我往右</title>
		<link>http://www.mikkolee.com/153/comment-page-1#comment-478</link>
		<dc:creator>天堂左我往右</dc:creator>
		<pubDate>Mon, 18 Jan 2010 12:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikkolee.com/?p=153#comment-478</guid>
		<description>不错,呵呵</description>
		<content:encoded><![CDATA[<p>不错,呵呵</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bujichong</title>
		<link>http://www.mikkolee.com/153/comment-page-1#comment-245</link>
		<dc:creator>bujichong</dc:creator>
		<pubDate>Sun, 14 Jun 2009 10:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikkolee.com/?p=153#comment-245</guid>
		<description>呵呵，不错，我抄一份回去备忘，经常遇到需要背景的内联元素</description>
		<content:encoded><![CDATA[<p>呵呵，不错，我抄一份回去备忘，经常遇到需要背景的内联元素</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oneboys</title>
		<link>http://www.mikkolee.com/153/comment-page-1#comment-211</link>
		<dc:creator>oneboys</dc:creator>
		<pubDate>Fri, 17 Apr 2009 09:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikkolee.com/?p=153#comment-211</guid>
		<description>img这类可置换（replaced）inline元素的确同定义过inline-block的普通inline元素一致。</description>
		<content:encoded><![CDATA[<p>img这类可置换（replaced）inline元素的确同定义过inline-block的普通inline元素一致。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 小麦</title>
		<link>http://www.mikkolee.com/153/comment-page-1#comment-209</link>
		<dc:creator>小麦</dc:creator>
		<pubDate>Thu, 16 Apr 2009 17:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikkolee.com/?p=153#comment-209</guid>
		<description>@蓝蓝小雪：inline-block那个很棒的说。

哎，为啥之前一直没注意IE的hasLayout有这个特性呢~

P.S. 你的blog真有趣：）</description>
		<content:encoded><![CDATA[<p>@蓝蓝小雪：inline-block那个很棒的说。</p>
<p>哎，为啥之前一直没注意IE的hasLayout有这个特性呢~</p>
<p>P.S. 你的blog真有趣：）</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OoSleePinG</title>
		<link>http://www.mikkolee.com/153/comment-page-1#comment-208</link>
		<dc:creator>OoSleePinG</dc:creator>
		<pubDate>Thu, 16 Apr 2009 03:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikkolee.com/?p=153#comment-208</guid>
		<description>img可以算是一个inline-block元素，一般是用inline-block的方法，但inline-block也有很大局限性比如ff2表现不佳，ff2下私有属性-moz-inline-stack和-moz-inline-box都有些问题，现在我是干脆放弃FF2。把inline-bock的hack放在css声明位置便于管理。
.iflower1,.iflower2,.iflower3,.iflower4,.iflower5
{display:-moz-inline-box;display:inline-block;*display:inline;zoom:1;*margin-right:3px;vertical-align:text-top;position:relative;}

img标签的想法很有创意。支持</description>
		<content:encoded><![CDATA[<p>img可以算是一个inline-block元素，一般是用inline-block的方法，但inline-block也有很大局限性比如ff2表现不佳，ff2下私有属性-moz-inline-stack和-moz-inline-box都有些问题，现在我是干脆放弃FF2。把inline-bock的hack放在css声明位置便于管理。<br />
.iflower1,.iflower2,.iflower3,.iflower4,.iflower5<br />
{display:-moz-inline-box;display:inline-block;*display:inline;zoom:1;*margin-right:3px;vertical-align:text-top;position:relative;}</p>
<p>img标签的想法很有创意。支持</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 蓝蓝小雪</title>
		<link>http://www.mikkolee.com/153/comment-page-1#comment-205</link>
		<dc:creator>蓝蓝小雪</dc:creator>
		<pubDate>Tue, 14 Apr 2009 14:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikkolee.com/?p=153#comment-205</guid>
		<description>看看这个……
http://blog.istef.info/2008/10/13/cross-browser-inline-block-css/

inline-block，然后混合一下第二种方法：
&lt;code&gt;a {
    text-indent: -3000px;
    overflow: hidden;
    width: 20px;
    height: 20px;
    background: url(...);
    /* 这里放更多的css属性，inline-block放在最后 */
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>看看这个……<br />
<a href="http://blog.istef.info/2008/10/13/cross-browser-inline-block-css/" rel="nofollow">http://blog.istef.info/2008/10/13/cross-browser-inline-block-css/</a></p>
<p>inline-block，然后混合一下第二种方法：<br />
<code>a {<br />
    text-indent: -3000px;<br />
    overflow: hidden;<br />
    width: 20px;<br />
    height: 20px;<br />
    background: url(...);<br />
    /* 这里放更多的css属性，inline-block放在最后 */<br />
    display: -moz-inline-stack;<br />
    display: inline-block;<br />
    zoom: 1;<br />
    *display: inline;<br />
}</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fireyy</title>
		<link>http://www.mikkolee.com/153/comment-page-1#comment-204</link>
		<dc:creator>fireyy</dc:creator>
		<pubDate>Tue, 14 Apr 2009 14:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikkolee.com/?p=153#comment-204</guid>
		<description>比较倾向于做跨浏览器的&lt;code&gt;inline-block&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>比较倾向于做跨浏览器的<code>inline-block</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
