<?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>Just is here--恰恰在这里 &#187; focus</title>
	<atom:link href="http://ishere.cn/tag/focus/feed" rel="self" type="application/rss+xml" />
	<link>http://ishere.cn</link>
	<description>Jena&#039;s blog</description>
	<lastBuildDate>Sat, 14 Apr 2012 07:27:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>去掉IE和Firefox点击链接时的焦点虚线框</title>
		<link>http://ishere.cn/2009/09/14/%e5%8e%bb%e6%8e%89ie%e5%92%8cfirefox%e7%82%b9%e5%87%bb%e9%93%be%e6%8e%a5%e6%97%b6%e7%9a%84%e7%84%a6%e7%82%b9%e8%99%9a%e7%ba%bf%e6%a1%86.html</link>
		<comments>http://ishere.cn/2009/09/14/%e5%8e%bb%e6%8e%89ie%e5%92%8cfirefox%e7%82%b9%e5%87%bb%e9%93%be%e6%8e%a5%e6%97%b6%e7%9a%84%e7%84%a6%e7%82%b9%e8%99%9a%e7%ba%bf%e6%a1%86.html#comments</comments>
		<pubDate>Mon, 14 Sep 2009 09:25:27 +0000</pubDate>
		<dc:creator>jena</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[focus]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.ishere.cn/?p=512</guid>
		<description><![CDATA[IE里需要在 a 标签中加入 hidefocus=”true” 属性：&#60;a href=”” hidefocus=”true” title=””&#62;siteface&#60;/a&#62; 而在Firefox等浏览器中定义CSS：a { outline:none; }或者a { outline:0; } 就可以了。 在IE里 hideFocus即隐藏聚焦，具有使对象聚焦失效的功能，其功能相当于： onFocus=”this.blur()” 它的值是一个布尔值，如hideFocus=true。也可省略赋值直接写hideFocus。]]></description>
			<content:encoded><![CDATA[<p>IE里需要在 a 标签中加入 hidefocus=”true” 属性：&lt;a href=”” <strong>hidefocus=”true”</strong> title=””&gt;siteface&lt;/a&gt;<br />
而在Firefox等浏览器中定义CSS：a { outline:none; }或者a { outline:0; } 就可以了。</p>
<p>在IE里 hideFocus即隐藏聚焦，具有使对象聚焦失效的功能，其功能相当于：<br />
onFocus=”this.blur()”<br />
它的值是一个布尔值，如hideFocus=true。也可省略赋值直接写hideFocus。</p>
]]></content:encoded>
			<wfw:commentRss>http://ishere.cn/2009/09/14/%e5%8e%bb%e6%8e%89ie%e5%92%8cfirefox%e7%82%b9%e5%87%bb%e9%93%be%e6%8e%a5%e6%97%b6%e7%9a%84%e7%84%a6%e7%82%b9%e8%99%9a%e7%ba%bf%e6%a1%86.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

