<?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>FDS's Blog &#187; onmouseout</title>
	<atom:link href="http://blog.1xi.net/tag/onmouseout/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.1xi.net</link>
	<description>收藏和分享</description>
	<lastBuildDate>Thu, 12 May 2011 06:33:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>用CSS来设置onmouseover和onmouseout事件</title>
		<link>http://blog.1xi.net/divcss/onmouseover-onmouseout</link>
		<comments>http://blog.1xi.net/divcss/onmouseover-onmouseout#comments</comments>
		<pubDate>Fri, 23 May 2008 07:14:44 +0000</pubDate>
		<dc:creator>FDS</dc:creator>
				<category><![CDATA[DIV+CSS]]></category>
		<category><![CDATA[onmouseout]]></category>
		<category><![CDATA[onmouseover事件]]></category>

		<guid isPermaLink="false">http://www.1xi.net/blog/?p=5</guid>
		<description><![CDATA[用CSS来设置onmouseover事件实例： ul{ /*设置onmouseover事件*/ onmouseover: expression(onmouseover=function (){this.style.borderColor =&#8217;#cccccc&#8217;;this.style.color=&#8217;#ffffff&#8217;;this.style.backgroundColor =&#8217;#0099ff&#8217;}); /*设置onmouseout事件*/ onmouseout: expression(onmouseout=function (){this.style.borderColor=&#8221;;this.style.color=&#8221;;this.style.backgroundColor =&#8221;}); background-color:#ffffff; } 这段代码实现的功能就是当鼠标移动到ul列表时,背景就会变成蓝色,文字变成白色,边框变成灰色.这种效果一般用在当用UL代替表格时,实现的当整行变换效果!]]></description>
			<content:encoded><![CDATA[<p>用CSS来设置onmouseover事件实例：</p>
<p>ul{<br />
/*设置onmouseover事件*/<br />
onmouseover: expression(onmouseover=function (){this.style.borderColor =&#8217;#cccccc&#8217;;this.style.color=&#8217;#ffffff&#8217;;this.style.backgroundColor =&#8217;#0099ff&#8217;});</p>
<p>/*设置onmouseout事件*/<br />
onmouseout: expression(onmouseout=function (){this.style.borderColor=&#8221;;this.style.color=&#8221;;this.style.backgroundColor =&#8221;});<br />
background-color:#ffffff;<br />
}</p>
<p>这段代码实现的功能就是当鼠标移动到ul列表时,背景就会变成蓝色,文字变成白色,边框变成灰色.这种效果一般用在当用UL代替表格时,实现的当整行变换效果!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.1xi.net/divcss/onmouseover-onmouseout/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

