<?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 lines around links!</title>
	<atom:link href="http://marios.tziortzis.com/page/blog/article/removing-the-dotted-lines-around-links/feed/" rel="self" type="application/rss+xml" />
	<link>http://marios.tziortzis.com/page/blog/article/removing-the-dotted-lines-around-links/</link>
	<description>Marios Tziortzis</description>
	<pubDate>Tue, 06 Jan 2009 09:15:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marios Tziortzis</title>
		<link>http://marios.tziortzis.com/page/blog/article/removing-the-dotted-lines-around-links/comment-page-1/#comment-726</link>
		<dc:creator>Marios Tziortzis</dc:creator>
		<pubDate>Sat, 19 Jan 2008 21:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://marios.tziortzis.com/page/blog/article/removing-the-dotted-lines-around-links/#comment-726</guid>
		<description>Joe, I know about the * but also just have in mind that the pseudo class ":focus" is not supported in all elements in IE 6 nor 7. It works though on Firefox 1.5+</description>
		<content:encoded><![CDATA[<p>Joe, I know about the * but also just have in mind that the pseudo class &#8220;:focus&#8221; is not supported in all elements in IE 6 nor 7. It works though on Firefox 1.5+</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://marios.tziortzis.com/page/blog/article/removing-the-dotted-lines-around-links/comment-page-1/#comment-709</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sun, 30 Dec 2007 18:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://marios.tziortzis.com/page/blog/article/removing-the-dotted-lines-around-links/#comment-709</guid>
		<description>hey, this also works in I.E. (not sure what version), Fire Fox, and Opera. i haven't tried it in any other browsers:

* :focus {
  outline: none;
}

the * is the universal symbol, making the rule apply to anything.  works great!</description>
		<content:encoded><![CDATA[<p>hey, this also works in I.E. (not sure what version), Fire Fox, and Opera. i haven&#8217;t tried it in any other browsers:</p>
<p>* :focus {<br />
  outline: none;<br />
}</p>
<p>the * is the universal symbol, making the rule apply to anything.  works great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marios Tziortzis</title>
		<link>http://marios.tziortzis.com/page/blog/article/removing-the-dotted-lines-around-links/comment-page-1/#comment-470</link>
		<dc:creator>Marios Tziortzis</dc:creator>
		<pubDate>Tue, 27 Nov 2007 19:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://marios.tziortzis.com/page/blog/article/removing-the-dotted-lines-around-links/#comment-470</guid>
		<description>I didn't know that there was such property! Thanks! It fails though in IE6. No surprise there :P

Anyway, I like the dotted line around links as well. It's good to know what you have clicked. That's why I provided a solution for the browser!</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t know that there was such property! Thanks! It fails though in IE6. No surprise there :P</p>
<p>Anyway, I like the dotted line around links as well. It&#8217;s good to know what you have clicked. That&#8217;s why I provided a solution for the browser!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iacovos Constantinou</title>
		<link>http://marios.tziortzis.com/page/blog/article/removing-the-dotted-lines-around-links/comment-page-1/#comment-466</link>
		<dc:creator>Iacovos Constantinou</dc:creator>
		<pubDate>Mon, 26 Nov 2007 08:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://marios.tziortzis.com/page/blog/article/removing-the-dotted-lines-around-links/#comment-466</guid>
		<description>Do you know that you can use &lt;code&gt;outline: none;&lt;/code&gt; in your css in order to achieve the same effect?

Personally, I like the dotted border around the link, except in the cases where the link is replaced with an image and it is indented -999em.</description>
		<content:encoded><![CDATA[<p>Do you know that you can use <code>outline: none;</code> in your css in order to achieve the same effect?</p>
<p>Personally, I like the dotted border around the link, except in the cases where the link is replaced with an image and it is indented -999em.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
