<?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实现onMouseOver、onMouseOut效果和层套菜单</title>
	<atom:link href="http://blog.hauy.net/2006/04/08/css-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hauy.net/2006/04/08/css-menu/</link>
	<description>专注于用户体验、交互设计、web前端技术和web标准化建设。</description>
	<lastBuildDate>Mon, 23 Aug 2010 00:16:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>由：smartview</title>
		<link>http://blog.hauy.net/2006/04/08/css-menu/comment-page-1/#comment-3669</link>
		<dc:creator>smartview</dc:creator>
		<pubDate>Mon, 12 Nov 2007 01:16:34 +0000</pubDate>
		<guid isPermaLink="false">#comment-3669</guid>
		<description>用htc也可以 不过还有种简单的方法
tr{
  event:expression(onmouseover = function(){this.style.backgroundColor=&#039;#E3FFC9&#039;},onmouseout = function(){this.style.backgroundColor=&#039;#FFFFFF&#039;});
}
tr:hover{
  background:#E3FFC9;
}
这样很方便的就实现了</description>
		<content:encoded><![CDATA[<p>用htc也可以 不过还有种简单的方法<br />
tr{<br />
  event:expression(onmouseover = function(){this.style.backgroundColor=&#8217;#E3FFC9&#8242;},onmouseout = function(){this.style.backgroundColor=&#8217;#FFFFFF&#8217;});<br />
}<br />
tr:hover{<br />
  background:#E3FFC9;<br />
}<br />
这样很方便的就实现了</p>
]]></content:encoded>
	</item>
</channel>
</rss>
