<?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>荷包蛋博客 &#187; CSS</title>
	<atom:link href="http://www.hebaodans.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hebaodans.com</link>
	<description>好的心态是成功的开始</description>
	<lastBuildDate>Tue, 20 Jul 2010 17:32:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>CSS半透明滤镜在FIREFOX和IE下面的能够通用的写法</title>
		<link>http://www.hebaodans.com/2008/10/css-alpha/</link>
		<comments>http://www.hebaodans.com/2008/10/css-alpha/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 10:57:35 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[css半透明]]></category>
		<category><![CDATA[firefox半透明]]></category>
		<category><![CDATA[ie半透明]]></category>
		<category><![CDATA[浏览器半透明]]></category>

		<guid isPermaLink="false">http://www.hebaodans.com/?p=128</guid>
		<description><![CDATA[<p>CSS半透明滤镜在FIREFOX和IE下面的能够通用的写法，记录下来备用：


CSS代码

.test{   
  background:#000;   
  color:white;   
  width:200px;   
  position:absolute;   
  left:10px;   
  top:10px;   
   filter: Alpha(opacity=10);   
   <a href='http://www.hebaodans.com/2008/10/css-alpha/' rel="nofollow">Continue Reading</a></p>]]></description>
			<content:encoded><![CDATA[<p>CSS半透明滤镜在FIREFOX和IE下面的能够通用的写法，记录下来备用：


CSS代码

.test{   
  background:#000;   
  color:white;   
  width:200px;   
  position:absolute;   
  left:10px;   
  top:10px;   
   filter: Alpha(opacity=10);   
   <a href='http://www.hebaodans.com/2008/10/css-alpha/' rel="nofollow">Continue Reading</a></p><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.hebaodans.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.hebaodans.com/2008/10/css-alpha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS代码实现图片自动缩放图代码</title>
		<link>http://www.hebaodans.com/2008/08/css-img-auto-zoom/</link>
		<comments>http://www.hebaodans.com/2008/08/css-img-auto-zoom/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 16:21:04 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[css代码]]></category>
		<category><![CDATA[image auto zoom]]></category>
		<category><![CDATA[图片自动缩放]]></category>

		<guid isPermaLink="false">http://www.hebaodans.com/?p=76</guid>
		<description><![CDATA[<p>img{
width:expression(width>700?&#8221;700px&#8221;:width);
}
当图片的宽度大于700时。自动按宽度700px自动缩放。
非常实用，大家不妨试试。
博主评价：简单高效，可谓“四两拨千斤”。
 <a href='http://www.hebaodans.com/2008/08/css-img-auto-zoom/' rel="nofollow">Continue Reading</a></p>]]></description>
			<content:encoded><![CDATA[<p>img{
width:expression(width>700?&#8221;700px&#8221;:width);
}
当图片的宽度大于700时。自动按宽度700px自动缩放。
非常实用，大家不妨试试。
博主评价：简单高效，可谓“四两拨千斤”。
 <a href='http://www.hebaodans.com/2008/08/css-img-auto-zoom/' rel="nofollow">Continue Reading</a></p><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.hebaodans.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.hebaodans.com/2008/08/css-img-auto-zoom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
