<?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>评论：来自微软站点的纯CSS下拉菜单</title>
	<atom:link href="http://wukangrui.com/2009/04/16/best-practices-of-css-dropdown-menu.html/feed" rel="self" type="application/rss+xml" />
	<link>http://wukangrui.com/2009/04/16/best-practices-of-css-dropdown-menu.html</link>
	<description>独立 自由 诚信 宽容 责任 平常心</description>
	<lastBuildDate>Tue, 10 Aug 2010 15:00:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>由：小李刀刀</title>
		<link>http://wukangrui.com/2009/04/16/best-practices-of-css-dropdown-menu.html/comment-page-1#comment-41374</link>
		<dc:creator>小李刀刀</dc:creator>
		<pubDate>Wed, 23 Jun 2010 09:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://wukangrui.net/2009/04/16/best-practices-of-css-dropdown-menu.html#comment-41374</guid>
		<description>比如：td[class=&#039;abc&#039;] 就是说选择具有“class=&#039;abc&#039;”属性的td，td[id^=&#039;menu_&#039;]就是说选择所有id以&quot;menu_&quot;开头的td。

但是这些选择符在IE系列浏览器中支持度很差。</description>
		<content:encoded><![CDATA[<p>比如：td[class='abc'] 就是说选择具有“class=&#8217;abc&#8217;”属性的td，td[id^='menu_']就是说选择所有id以&#8221;menu_&#8221;开头的td。</p>
<p>但是这些选择符在IE系列浏览器中支持度很差。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：css教程</title>
		<link>http://wukangrui.com/2009/04/16/best-practices-of-css-dropdown-menu.html/comment-page-1#comment-41373</link>
		<dc:creator>css教程</dc:creator>
		<pubDate>Tue, 22 Jun 2010 16:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://wukangrui.net/2009/04/16/best-practices-of-css-dropdown-menu.html#comment-41373</guid>
		<description>这个文章挺好的　不过css中这种选择符怎么用呢

.select[abc]</description>
		<content:encoded><![CDATA[<p>这个文章挺好的　不过css中这种选择符怎么用呢</p>
<p>.select[abc]</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：前台开发从头说起：谈谈CSS选择符 &#124; 所谓技术 - 小李刀刀博客</title>
		<link>http://wukangrui.com/2009/04/16/best-practices-of-css-dropdown-menu.html/comment-page-1#comment-37687</link>
		<dc:creator>前台开发从头说起：谈谈CSS选择符 &#124; 所谓技术 - 小李刀刀博客</dc:creator>
		<pubDate>Thu, 17 Dec 2009 10:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://wukangrui.net/2009/04/16/best-practices-of-css-dropdown-menu.html#comment-37687</guid>
		<description>[...] 这个结构是我在《来自微软的纯css下拉菜单》一文中用到的下拉菜单结构。在那个示例中，没有使用任何的class或者id，但是我们通过不同优先级的元素+后台选择符，对结构中的不同层次的ul、li、a实现了精确定位。如下面的代码： [...]</description>
		<content:encoded><![CDATA[<p>[...] 这个结构是我在《来自微软的纯css下拉菜单》一文中用到的下拉菜单结构。在那个示例中，没有使用任何的class或者id，但是我们通过不同优先级的元素+后台选择符，对结构中的不同层次的ul、li、a实现了精确定位。如下面的代码： [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：eason007</title>
		<link>http://wukangrui.com/2009/04/16/best-practices-of-css-dropdown-menu.html/comment-page-1#comment-36155</link>
		<dc:creator>eason007</dc:creator>
		<pubDate>Sun, 19 Apr 2009 10:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://wukangrui.net/2009/04/16/best-practices-of-css-dropdown-menu.html#comment-36155</guid>
		<description>后者</description>
		<content:encoded><![CDATA[<p>后者</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：小李刀刀</title>
		<link>http://wukangrui.com/2009/04/16/best-practices-of-css-dropdown-menu.html/comment-page-1#comment-36150</link>
		<dc:creator>小李刀刀</dc:creator>
		<pubDate>Fri, 17 Apr 2009 07:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://wukangrui.net/2009/04/16/best-practices-of-css-dropdown-menu.html#comment-36150</guid>
		<description>ul {margin:0px;padding:0px;}

有哪里不干净？莫非不要CSS才干净？还是说：

ul {margin:0;padding:0}

才算干净？</description>
		<content:encoded><![CDATA[<p>ul {margin:0px;padding:0px;}</p>
<p>有哪里不干净？莫非不要CSS才干净？还是说：</p>
<p>ul {margin:0;padding:0}</p>
<p>才算干净？</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：eason007</title>
		<link>http://wukangrui.com/2009/04/16/best-practices-of-css-dropdown-menu.html/comment-page-1#comment-36149</link>
		<dc:creator>eason007</dc:creator>
		<pubDate>Fri, 17 Apr 2009 01:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://wukangrui.net/2009/04/16/best-practices-of-css-dropdown-menu.html#comment-36149</guid>
		<description>看到这段我就觉得不干净了。。。。

ul {
    margin: 0px;
    padding: 0px;
}</description>
		<content:encoded><![CDATA[<p>看到这段我就觉得不干净了。。。。</p>
<p>ul {<br />
    margin: 0px;<br />
    padding: 0px;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
