<?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; XHTML+CSS</title>
	<atom:link href="http://www.miaov.com/tag/css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.miaov.com</link>
	<description>——带你享受极富人情味的 IT 培训体验</description>
	<lastBuildDate>Mon, 30 Aug 2010 15:05:06 +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>图片的双边框效果</title>
		<link>http://www.miaov.com/195.html</link>
		<comments>http://www.miaov.com/195.html#comments</comments>
		<pubDate>Fri, 02 Oct 2009 12:55:02 +0000</pubDate>
		<dc:creator>leo</dc:creator>
				<category><![CDATA[XHTML+CSS]]></category>
		<category><![CDATA[为img添加边框]]></category>

		<guid isPermaLink="false">http://www.miaov.com/?p=195</guid>
		<description><![CDATA[<p>前面有一篇文章《<a title="li标签包含img的问题" href="http://www.miaov.com/160.html" target="_blank">li标签包含img的问题</a>》提到关于 li 标签的一些问题，今天要说的是另一种设置样式的小技巧，和上一篇所提到的知识点基本上没有关系，尽管它们的设计图看起……</p>]]></description>
			<content:encoded><![CDATA[<p>前面有一篇文章《<a title="li标签包含img的问题" href="http://www.miaov.com/160.html" target="_blank">li标签包含img的问题</a>》提到关于 li 标签的一些问题，今天要说的是另一种设置样式的小技巧，和上一篇所提到的知识点基本上没有关系，尽管它们的设计图看起……</p>]]></content:encoded>
			<wfw:commentRss>http://www.miaov.com/195.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>li标签包含img的问题</title>
		<link>http://www.miaov.com/160.html</link>
		<comments>http://www.miaov.com/160.html#comments</comments>
		<pubDate>Wed, 30 Sep 2009 10:32:41 +0000</pubDate>
		<dc:creator>leo</dc:creator>
				<category><![CDATA[XHTML+CSS]]></category>
		<category><![CDATA[li的bug]]></category>

		<guid isPermaLink="false">http://www.miaov.com/?p=160</guid>
		<description><![CDATA[<p>我们在制作页面时，经常有可能碰到这样的设计：</p>
<p>图一的布局代码如下：</p>
<p>&lt;ul&gt;<br />
    &lt;li&gt;&lt;img src=&#8221;pic1.jpg&#8221; /&gt;&lt;/li&gt;<br />
    &lt;li&gt;&lt;img src=&#8221;pic2.jpg&#8221; /&gt;&lt;/li&gt;<br />
……</p>]]></description>
			<content:encoded><![CDATA[<p>我们在制作页面时，经常有可能碰到这样的设计：</p>
[caption id="attachment_161" align="alignnone" width="490" caption="图一"]<a href="http://www.miaov.com"><img class="size-full wp-image-161" title="li" src="http://www.miaov.com/wp-content/uploads/2……</p>]]></content:encoded>
			<wfw:commentRss>http://www.miaov.com/160.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>让DIV透明的CSS代码</title>
		<link>http://www.miaov.com/151.html</link>
		<comments>http://www.miaov.com/151.html#comments</comments>
		<pubDate>Tue, 29 Sep 2009 07:56:19 +0000</pubDate>
		<dc:creator>leo</dc:creator>
				<category><![CDATA[XHTML+CSS]]></category>
		<category><![CDATA[div半透明]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[opacity]]></category>

		<guid isPermaLink="false">http://www.miaov.com/?p=151</guid>
		<description><![CDATA[<p>设置 DIV 半透明的 CSS 代码</p>
<p><strong>CSS：</strong></p>
<p>div {<br />
 filter: alpha(opacity=0); /* IE */<br />
 opacity: 0;                   /* Firefox */<br />
}</p>
<p><strong>JavaScript：</strong></p>
<p>obj.style.fi……</p>]]></description>
			<content:encoded><![CDATA[<p>设置 DIV 半透明的 CSS 代码</p>
<p><strong>CSS：</strong></p>
<p>div {<br />
 filter: alpha(opacity=0); /* IE */<br />
 opacity: 0;                   /* Firefox */<br />
}</p>
<p><strong>JavaScript：</strong></p>
<p>obj.style.fi……</p>]]></content:encoded>
			<wfw:commentRss>http://www.miaov.com/151.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XHTML+CSS页面制作精品课程</title>
		<link>http://www.miaov.com/9.html</link>
		<comments>http://www.miaov.com/9.html#comments</comments>
		<pubDate>Sun, 06 Sep 2009 13:56:11 +0000</pubDate>
		<dc:creator>leo</dc:creator>
				<category><![CDATA[妙味培训]]></category>
		<category><![CDATA[CSS培训]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[XHTML+CSS]]></category>
		<category><![CDATA[兼容性]]></category>
		<category><![CDATA[布局]]></category>

		<guid isPermaLink="false">http://www.miaov.com/?p=9</guid>
		<description><![CDATA[妙味课堂推出：XHTML+CSS页面制作精品课程
学费：1500元
学时：课时不限、学会为止
授课方式：真正一对一、家教式培训]]></description>
			<content:encoded><![CDATA[<p><strong>XHTML+CSS页面制作精品课程</strong><br />
学费：1500元<br />
学时：课时不限、学会为止<br />
授课方式：真正一对一、家教式培训</p>
<p><strong>妙味培训特色：<br />
</strong>1. 讲课过程中绝对不拿专业词汇吓唬人，入门轻松、一切以学员能听懂学会为最……</p>]]></content:encoded>
			<wfw:commentRss>http://www.miaov.com/9.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
