<?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>ThemeBuilder &#187; CSS tricks</title>
	<atom:link href="http://themebuilder.nl/category/css-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://themebuilder.nl</link>
	<description>Themes and Tricks</description>
	<lastBuildDate>Tue, 15 May 2012 13:57:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Removing the dotted outline</title>
		<link>http://themebuilder.nl/removing-the-dotted-outline/</link>
		<comments>http://themebuilder.nl/removing-the-dotted-outline/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 21:40:16 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[CSS tricks]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[outline]]></category>

		<guid isPermaLink="false">http://themebuilder.nl/?p=181</guid>
		<description><![CDATA[Anchor links by default have a dotted outline around them when they become “active” or “focused”. This is default styling for the purpose of accessibility. For people without the ability to use a mouse (are they still alive?), they still need some visual indicator that they currently have a link active (so, for example, they [...]]]></description>
			<content:encoded><![CDATA[<p>Anchor links by default have a dotted outline around them when they become “active” or “focused”. This is default styling for the purpose of accessibility. For people without the ability to use a mouse (are they still alive?), they still need some visual indicator that they currently have a link active (so, for example, they can press enter to navigate to that link).</p>
<p>The dotted outline is for me one of those annoying things i rather get rid of.</p>
<p><strong>How to remove it?</strong></p>
<p>If you want it gone, and you want it gone on every single anchor link, just include this part in your stylsheet:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">a {
   outline: none;
}</pre></td></tr></table></div>

<p>But bear in mind the outline has a important function. You should really consider adding back in a style for your links focus and active states!</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://themebuilder.nl/removing-the-dotted-outline/&amp;t=Removing+the+dotted+outline" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Removing+the+dotted+outline+-+File: /data/app/webapp/functions.php<br />Line: 7<br />Message: Too many connections&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://themebuilder.nl/removing-the-dotted-outline/&amp;title=Removing+the+dotted+outline&amp;summary=Anchor%20links%20by%20default%20have%20a%20dotted%20outline%20around%20them%20when%20they%20become%20%E2%80%9Cactive%E2%80%9D%20or%20%E2%80%9Cfocused%E2%80%9D.%20This%20is%20default%20styling%20for%20the%20purpose%20of%20accessibility.%20For%20people%20without%20the%20ability%20to%20use%20a%20mouse%20%28are%20they%20still%20alive%3F%29%2C%20they%20still%20need%20some%20visual%20indicator%20that%20they%20currently%20have%20a%20&amp;source=ThemeBuilder" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://themebuilder.nl/removing-the-dotted-outline/&amp;n=Removing+the+dotted+outline&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://themebuilder.nl/removing-the-dotted-outline/&amp;title=Removing+the+dotted+outline" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://themebuilder.nl/removing-the-dotted-outline/&amp;title=Removing+the+dotted+outline" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://themebuilder.nl/removing-the-dotted-outline/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://themebuilder.nl/removing-the-dotted-outline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

