<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: How to get rid of tracing dotted line on a:active with CSS</title>
	<link>http://eisabainyo.net/weblog/2007/02/19/how-to-get-rid-of-tracing-dotted-line-on-aactive-with-css/</link>
	<description>Web Development, Web Design, Web Applications, Web 2.0, AJAX, WordPress Themes, Search Engine Optimisation, Latest Technologies and more..</description>
	<pubDate>Sat, 11 Oct 2008 01:12:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: eisabai</title>
		<link>http://eisabainyo.net/weblog/2007/02/19/how-to-get-rid-of-tracing-dotted-line-on-aactive-with-css/#comment-40870</link>
		<dc:creator>eisabai</dc:creator>
		<pubDate>Thu, 29 May 2008 10:43:17 +0000</pubDate>
		<guid>http://eisabainyo.net/weblog/2007/02/19/how-to-get-rid-of-tracing-dotted-line-on-aactive-with-css/#comment-40870</guid>
		<description>Hi Bee,

If you're talking about the dotted line that you see when you click on an input button, I don't think we can control that in CSS.  However, you might be able to get around it by using an image instead of an input button.</description>
		<content:encoded><![CDATA[<p>Hi Bee,</p>
<p>If you&#8217;re talking about the dotted line that you see when you click on an input button, I don&#8217;t think we can control that in CSS.  However, you might be able to get around it by using an image instead of an input button.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bee</title>
		<link>http://eisabainyo.net/weblog/2007/02/19/how-to-get-rid-of-tracing-dotted-line-on-aactive-with-css/#comment-40378</link>
		<dc:creator>Bee</dc:creator>
		<pubDate>Mon, 26 May 2008 04:21:17 +0000</pubDate>
		<guid>http://eisabainyo.net/weblog/2007/02/19/how-to-get-rid-of-tracing-dotted-line-on-aactive-with-css/#comment-40378</guid>
		<description>Any ideas on how to get rid of the same problem in FF on an input submit button?</description>
		<content:encoded><![CDATA[<p>Any ideas on how to get rid of the same problem in FF on an input submit button?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eisabai</title>
		<link>http://eisabainyo.net/weblog/2007/02/19/how-to-get-rid-of-tracing-dotted-line-on-aactive-with-css/#comment-8295</link>
		<dc:creator>eisabai</dc:creator>
		<pubDate>Thu, 05 Apr 2007 23:50:59 +0000</pubDate>
		<guid>http://eisabainyo.net/weblog/2007/02/19/how-to-get-rid-of-tracing-dotted-line-on-aactive-with-css/#comment-8295</guid>
		<description>You're welcome.</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jab</title>
		<link>http://eisabainyo.net/weblog/2007/02/19/how-to-get-rid-of-tracing-dotted-line-on-aactive-with-css/#comment-8288</link>
		<dc:creator>jab</dc:creator>
		<pubDate>Thu, 05 Apr 2007 19:40:45 +0000</pubDate>
		<guid>http://eisabainyo.net/weblog/2007/02/19/how-to-get-rid-of-tracing-dotted-line-on-aactive-with-css/#comment-8288</guid>
		<description>the a:focus tag worked...PERFECTO!

thanks!</description>
		<content:encoded><![CDATA[<p>the a:focus tag worked&#8230;PERFECTO!</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eisabai</title>
		<link>http://eisabainyo.net/weblog/2007/02/19/how-to-get-rid-of-tracing-dotted-line-on-aactive-with-css/#comment-8265</link>
		<dc:creator>eisabai</dc:creator>
		<pubDate>Thu, 05 Apr 2007 10:29:58 +0000</pubDate>
		<guid>http://eisabainyo.net/weblog/2007/02/19/how-to-get-rid-of-tracing-dotted-line-on-aactive-with-css/#comment-8265</guid>
		<description>Hi jab,

Try this:

a  {
outline: none;
}

If that doesn't work, try:

a:focus {
outline: none;
}</description>
		<content:encoded><![CDATA[<p>Hi jab,</p>
<p>Try this:</p>
<p>a  {<br />
outline: none;<br />
}</p>
<p>If that doesn&#8217;t work, try:</p>
<p>a:focus {<br />
outline: none;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jab</title>
		<link>http://eisabainyo.net/weblog/2007/02/19/how-to-get-rid-of-tracing-dotted-line-on-aactive-with-css/#comment-8263</link>
		<dc:creator>jab</dc:creator>
		<pubDate>Thu, 05 Apr 2007 10:04:09 +0000</pubDate>
		<guid>http://eisabainyo.net/weblog/2007/02/19/how-to-get-rid-of-tracing-dotted-line-on-aactive-with-css/#comment-8263</guid>
		<description>any cures would be awesome</description>
		<content:encoded><![CDATA[<p>any cures would be awesome</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jab</title>
		<link>http://eisabainyo.net/weblog/2007/02/19/how-to-get-rid-of-tracing-dotted-line-on-aactive-with-css/#comment-8262</link>
		<dc:creator>jab</dc:creator>
		<pubDate>Thu, 05 Apr 2007 10:03:32 +0000</pubDate>
		<guid>http://eisabainyo.net/weblog/2007/02/19/how-to-get-rid-of-tracing-dotted-line-on-aactive-with-css/#comment-8262</guid>
		<description>Yes, it only works in IE. FF still has the tracing lines. I cannot get rid of them... and it is annoying.

My style sheet looks like this:
.a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #999999;
	text-decoration: none;
	outline: none
}</description>
		<content:encoded><![CDATA[<p>Yes, it only works in IE. FF still has the tracing lines. I cannot get rid of them&#8230; and it is annoying.</p>
<p>My style sheet looks like this:<br />
.a {<br />
	font-family: Arial, Helvetica, sans-serif;<br />
	font-size: 10px;<br />
	color: #999999;<br />
	text-decoration: none;<br />
	outline: none<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eisabai</title>
		<link>http://eisabainyo.net/weblog/2007/02/19/how-to-get-rid-of-tracing-dotted-line-on-aactive-with-css/#comment-6963</link>
		<dc:creator>eisabai</dc:creator>
		<pubDate>Tue, 20 Feb 2007 22:38:20 +0000</pubDate>
		<guid>http://eisabainyo.net/weblog/2007/02/19/how-to-get-rid-of-tracing-dotted-line-on-aactive-with-css/#comment-6963</guid>
		<description>Hi steve,

I don't think it's applicable for IE as you don't see tracing dotted lines like that in IE.   It's mainly for FF.</description>
		<content:encoded><![CDATA[<p>Hi steve,</p>
<p>I don&#8217;t think it&#8217;s applicable for IE as you don&#8217;t see tracing dotted lines like that in IE.   It&#8217;s mainly for FF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://eisabainyo.net/weblog/2007/02/19/how-to-get-rid-of-tracing-dotted-line-on-aactive-with-css/#comment-6958</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Tue, 20 Feb 2007 13:41:55 +0000</pubDate>
		<guid>http://eisabainyo.net/weblog/2007/02/19/how-to-get-rid-of-tracing-dotted-line-on-aactive-with-css/#comment-6958</guid>
		<description>Only works in IE?</description>
		<content:encoded><![CDATA[<p>Only works in IE?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
