<?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>Jon&#039;s Blog &#187; CSS</title>
	<atom:link href="http://bombdiggity.net/blog/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://bombdiggity.net/blog</link>
	<description>Ramblings of a php coder</description>
	<lastBuildDate>Fri, 14 May 2010 17:36:14 +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>Disable Firefox Dotted Line around Links</title>
		<link>http://bombdiggity.net/blog/2008/06/18/disable-firefox-dotted-line-around-links/</link>
		<comments>http://bombdiggity.net/blog/2008/06/18/disable-firefox-dotted-line-around-links/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 12:27:53 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.bombdiggity.net/blog/?p=21</guid>
		<description><![CDATA[O.K. so Firefox is an awesome browsers but it has a rather annoying feature that I've been trying to disable for some time now.  When ever you click and hold on a link it put's a dotted line around the link and then leaves it there after you have clicked on the link.]]></description>
			<content:encoded><![CDATA[<p>O.K. so Firefox is an awesome browsers but it has a rather annoying feature that I&#8217;ve been trying to disable for some time now.  When ever you click and hold on a link it put&#8217;s a dotted line around the link and then leaves it there after you have clicked on the link.</p>
<p>To me that is rather annoying to me as I do a lot of AJAX stuff and it requires me to get that link with in the DOM and tell it to blur it&#8217;s self (lose focus).</p>
<p>Just yesterday I stumbled across this code on the web while looking for something else:</p>
<pre lang="css" line="1">* { outline: none; }</pre>
<p>What this does it tell any object not to have an outline around it.</p>
<p>That works for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://bombdiggity.net/blog/2008/06/18/disable-firefox-dotted-line-around-links/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
