<?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; chrome</title>
	<atom:link href="http://www.frontendcodes.com/?feed=rss2&#038;tag=chrome" rel="self" type="application/rss+xml" />
	<link>http://www.frontendcodes.com</link>
	<description>路漫漫其修远兮</description>
	<lastBuildDate>Wed, 18 Mar 2015 10:05:27 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>chrome拖拽时的cursor问题。</title>
		<link>http://www.frontendcodes.com/?p=167</link>
		<comments>http://www.frontendcodes.com/?p=167#comments</comments>
		<pubDate>Sat, 08 Oct 2011 03:22:54 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[前端]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[鼠标样式]]></category>

		<guid isPermaLink="false">http://www.frontendcodes.com/?p=167</guid>
		<description><![CDATA[在chrome中拖拽元素，鼠标会变为文本的样子，设置css的cursor无济于事。 解决方案是： ele.onselectstart=function(e){ e.preventDefault(); e.stopPropagation(); }]]></description>
			<content:encoded><![CDATA[<p>在chrome中拖拽元素，鼠标会变为文本的样子，设置css的cursor无济于事。</p>
<p>解决方案是：</p>
<p>ele.onselectstart=function(e){</p>
<p>e.preventDefault();</p>
<p>e.stopPropagation();</p>
<p>}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frontendcodes.com/?feed=rss2&#038;p=167</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
