<?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>Web Development &#187; links</title>
	<atom:link href="http://webdevelop.nitamihai.com/tag/links/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdevelop.nitamihai.com</link>
	<description></description>
	<lastBuildDate>Fri, 24 Apr 2009 23:29:09 +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>Removing Dotted Links</title>
		<link>http://webdevelop.nitamihai.com/removing-dotted-links/</link>
		<comments>http://webdevelop.nitamihai.com/removing-dotted-links/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 02:24:15 +0000</pubDate>
		<dc:creator>mihai</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://webdevelop.nitamihai.com/?p=7</guid>
		<description><![CDATA[If you don&#8217;t like the dotted outline that appears around every link (see image bellow) you can use  this CSS trick : outline: none; Example : a { outline: none; } Later edit : You must add the pseudo class of :focus to work on all IE versions. (thanks to Eric Hoffman )]]></description>
		<wfw:commentRss>http://webdevelop.nitamihai.com/removing-dotted-links/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

