<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Removing the Dotted Outline from Focused Links</title>
	<atom:link href="http://www.mikesmullin.com/javascript/removing-the-dotted-outline-from-focused-links/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikesmullin.com/javascript/removing-the-dotted-outline-from-focused-links/</link>
	<description>Personal Blog</description>
	<lastBuildDate>Sun, 30 Oct 2011 20:11:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Grateful</title>
		<link>http://www.mikesmullin.com/javascript/removing-the-dotted-outline-from-focused-links/comment-page-1/#comment-38550</link>
		<dc:creator>Grateful</dc:creator>
		<pubDate>Wed, 24 Aug 2011 19:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikesmullin.com/removing-the-dotted-outline-from-focused-links#comment-38550</guid>
		<description>Mike,

Your blog, &quot;Removing the Dotted Outline from Focused Links,&quot; has been really helpful.  I&#039;ve been able to use a variation of the code you provided to remove dotted outlines that were visible in Maxthon, IE7, and IE6.

My *html file calls images that need to swap with each onmouseover and onmouseout event. 
I found that the following line was preventing the swap onmouseout:
a[i].onmouseout = a[i].onmouseup = function() { 
I replaced the line with this one:
a[i].onmouseup = function() { 

The change seems o.k., so far.  Image swapping seems to work fine onmouseout, and ugly dotted outlines are gone.

Thank you!!!</description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>Your blog, &#8220;Removing the Dotted Outline from Focused Links,&#8221; has been really helpful.  I&#8217;ve been able to use a variation of the code you provided to remove dotted outlines that were visible in Maxthon, IE7, and <acronym title="Internet Explorer 6">IE6</acronym>.</p>
<p>My *html file calls images that need to swap with each onmouseover and onmouseout event.<br />
I found that the following line was preventing the swap onmouseout:<br />
a[i].onmouseout = a[i].onmouseup = function() {<br />
I replaced the line with this one:<br />
a[i].onmouseup = function() { </p>
<p>The change seems o.k., so far.  Image swapping seems to work fine onmouseout, and ugly dotted outlines are gone.</p>
<p>Thank you!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fathed</title>
		<link>http://www.mikesmullin.com/javascript/removing-the-dotted-outline-from-focused-links/comment-page-1/#comment-4995</link>
		<dc:creator>Fathed</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikesmullin.com/removing-the-dotted-outline-from-focused-links#comment-4995</guid>
		<description>Nice tip.</description>
		<content:encoded><![CDATA[<p>Nice tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crispy Lettuce</title>
		<link>http://www.mikesmullin.com/javascript/removing-the-dotted-outline-from-focused-links/comment-page-1/#comment-4996</link>
		<dc:creator>Crispy Lettuce</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikesmullin.com/removing-the-dotted-outline-from-focused-links#comment-4996</guid>
		<description>Sweet.</description>
		<content:encoded><![CDATA[<p>Sweet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dragan</title>
		<link>http://www.mikesmullin.com/javascript/removing-the-dotted-outline-from-focused-links/comment-page-1/#comment-5181</link>
		<dc:creator>Dragan</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikesmullin.com/removing-the-dotted-outline-from-focused-links#comment-5181</guid>
		<description>I was just writting about this other day... and with jQuery!

$(&quot;div.navigation a&quot;).each(function(){this.onmouseup = this.blur();});</description>
		<content:encoded><![CDATA[<p>I was just writting about this other day&#8230; and with jQuery!</p>
<p>$(&#8220;div.navigation a&#8221;).each(function(){this.onmouseup = this.blur();});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doug</title>
		<link>http://www.mikesmullin.com/javascript/removing-the-dotted-outline-from-focused-links/comment-page-1/#comment-5239</link>
		<dc:creator>doug</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikesmullin.com/removing-the-dotted-outline-from-focused-links#comment-5239</guid>
		<description>nice</description>
		<content:encoded><![CDATA[<p>nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heythere</title>
		<link>http://www.mikesmullin.com/javascript/removing-the-dotted-outline-from-focused-links/comment-page-1/#comment-5841</link>
		<dc:creator>Heythere</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikesmullin.com/removing-the-dotted-outline-from-focused-links#comment-5841</guid>
		<description>That&#039;s awesome. I love little features such as this. Thank you</description>
		<content:encoded><![CDATA[<p>That&#8217;s awesome. I love little features such as this. Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.mikesmullin.com/javascript/removing-the-dotted-outline-from-focused-links/comment-page-1/#comment-6837</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikesmullin.com/removing-the-dotted-outline-from-focused-links#comment-6837</guid>
		<description>This seems to do a good job:

http://sonspring.com/journal/removing-dotted-links</description>
		<content:encoded><![CDATA[<p>This seems to do a good job:</p>
<p><a href="http://sonspring.com/journal/removing-dotted-links" rel="nofollow">http://sonspring.com/journal/removing-dotted-links</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen</title>
		<link>http://www.mikesmullin.com/javascript/removing-the-dotted-outline-from-focused-links/comment-page-1/#comment-8065</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikesmullin.com/removing-the-dotted-outline-from-focused-links#comment-8065</guid>
		<description>Great!!! 
Nice effort to make it out with out compromising accessibility.</description>
		<content:encoded><![CDATA[<p>Great!!!<br />
Nice effort to make it out with out compromising accessibility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nirmit</title>
		<link>http://www.mikesmullin.com/javascript/removing-the-dotted-outline-from-focused-links/comment-page-1/#comment-8330</link>
		<dc:creator>nirmit</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikesmullin.com/removing-the-dotted-outline-from-focused-links#comment-8330</guid>
		<description>cool tip man.. make this blog more informative.. :)</description>
		<content:encoded><![CDATA[<p>cool tip man.. make this blog more informative.. <img src='http://www.mikesmullin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.mikesmullin.com/javascript/removing-the-dotted-outline-from-focused-links/comment-page-1/#comment-8358</link>
		<dc:creator>john</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikesmullin.com/removing-the-dotted-outline-from-focused-links#comment-8358</guid>
		<description>cool !</description>
		<content:encoded><![CDATA[<p>cool !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

