<?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>Purose &#187; HTML</title>
	<atom:link href="http://www.cciuu.com/tags/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cciuu.com</link>
	<description>Purose的记事本</description>
	<lastBuildDate>Sun, 21 Nov 2010 16:24:05 +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>CSS将含有多个图标的图片应用于背景</title>
		<link>http://www.cciuu.com/favorites/css-icon-background.html</link>
		<comments>http://www.cciuu.com/favorites/css-icon-background.html#comments</comments>
		<pubDate>Thu, 20 Nov 2008 11:44:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[资源收藏]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[代码]]></category>
		<category><![CDATA[图标]]></category>
		<category><![CDATA[图片]]></category>
		<category><![CDATA[设计]]></category>

		<guid isPermaLink="false">http://www.cciuu.com/?p=1</guid>
		<description><![CDATA[在尖锐之风上看到一个很实用的CSS效果，就是将含有多个图标的图片做成背景，一次只能显示一张：例如下列图片： 点击查看图片 首先我们得控制好要应用小图标的对象的高度，否则到时候这个图标就会显示异常了。 比如说我们要给 li 标签使用这个小东东, 那么我们就得写上这样的代码： li &#123; height: 12px; /* 这个高度等于每个小图标的高度 */ line-height: 12px; /* 这个同上. 但只是有些时候需要写这个而已. */ background: url&#40;'icons.gif'&#41; 0 -12px; /* 这里的 -12px 就是定义你要使用第几个图标. 如果每个图标的高度都是 12px 的话, 那么我要使用第 N 个图标的话就得写 n*12 . */ padding-top: 0; /* 这个要严格限定为 0 . 否则呢, 哼哼哈莉.. */ padding-bottom: 0; /* 这个也一样.. */ padding-left: 14px; /* 这个肯定是要设定一个值的.. [...]]]></description>
		<wfw:commentRss>http://www.cciuu.com/favorites/css-icon-background.html/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

