<?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>The Saucy Mare &#187; FireFox</title>
	<atom:link href="http://www.thesaucymare.co.za/category/developer/firefox-developer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thesaucymare.co.za</link>
	<description>The Chronicles of the Crimson Binome</description>
	<lastBuildDate>Thu, 27 May 2010 15:32:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Blue dots of death</title>
		<link>http://www.thesaucymare.co.za/2008/06/blue-dots-of-death/</link>
		<comments>http://www.thesaucymare.co.za/2008/06/blue-dots-of-death/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 06:16:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[blue dots]]></category>
		<category><![CDATA[dotted box]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[fixes]]></category>

		<guid isPermaLink="false">http://www.thesaucymare.co.za/?p=23</guid>
		<description><![CDATA[Have you ever made a]]></description>
			<content:encoded><![CDATA[<p>Have you ever made a site only to be plagued by those blue dots in FireFox when you click an image link?  Well I did some research and found this solution.<span id="more-23"></span></p>
<p>Simply add the following code to your stylesheet and the dots will disappear automagically.</p>
<p>a:active<br />
{<br />
outline: none;<br />
}</p>
<p>a:focus<br />
{<br />
-moz-outline-style: none;<br />
}</p>
<img src="http://www.thesaucymare.co.za/?ak_action=api_record_view&id=23&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.thesaucymare.co.za/2008/06/blue-dots-of-death/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
