<?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>Hello, SA &#187; css</title>
	<atom:link href="http://blog.helosa.org/tag/css/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.helosa.org</link>
	<description>Could u fix the problem for me ?</description>
	<lastBuildDate>Sat, 04 Sep 2010 19:51:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>用css实现点击链接时不显示虚线框</title>
		<link>http://blog.helosa.org/2010/02/23/html-css-link.html</link>
		<comments>http://blog.helosa.org/2010/02/23/html-css-link.html#comments</comments>
		<pubDate>Tue, 23 Feb 2010 14:54:48 +0000</pubDate>
		<dc:creator>Chan Cham Chung</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://lazybug.me/?p=85</guid>
		<description><![CDATA[在html上一直是个小白，以前初上网的时候觉得挺好玩的，但年幼无知就没学下去，只知道一点皮毛。。。 一直觉得 twitter 的UI 做得好，举个例，点击链接时，周围的那个虚线框不显示！！哈哈，没错，我今天才知道如何实现，小白吧，哈哈！！ 用 css 实现的话，挺简单的，加一个 a { outline: none; } 就可以了。 好，我就不负责任地改一下！把我的style.css 加了一段： body a { outline: none; } 呵呵，好像成功了，美观了一点了，哈哈。 至于 ie，貌似是不同的，那我也不管了。。。反正我极少使用ie 的，今天也是第二次使用ie6 开我的 blog ，好像乱了。。。这个去掉虚线框的效果也不奏效。。。算了，我都不管 ie 的。。。]]></description>
			<content:encoded><![CDATA[<p>在html上一直是个小白，以前初上网的时候觉得挺好玩的，但年幼无知就没学下去，只知道一点皮毛。。。</p>
<p>一直觉得 twitter 的UI 做得好，举个例，点击链接时，周围的那个虚线框不显示！！哈哈，没错，我今天才知道如何实现，小白吧，哈哈！！</p>
<p>用 css 实现的话，挺简单的，加一个</p>
<p>a {<br />
outline: none;<br />
}</p>
<p>就可以了。</p>
<p>好，我就不负责任地改一下！把我的style.css 加了一段：</p>
<p>body a {<br />
outline: none;<br />
}</p>
<p>呵呵，好像成功了，美观了一点了，哈哈。</p>
<p>至于 ie，貌似是不同的，那我也不管了。。。反正我极少使用ie 的，今天也是第二次使用ie6 开我的 blog ，好像乱了。。。这个去掉虚线框的效果也不奏效。。。算了，我都不管 ie 的。。。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.helosa.org/2010/02/23/html-css-link.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
