<?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>Brian Jackson&#039;s IT Blog &#187; CSS Snippets</title>
	<atom:link href="http://blog.brianleejackson.com/category/css-snippets/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.brianleejackson.com</link>
	<description></description>
	<lastBuildDate>Wed, 28 Dec 2011 23:22:40 +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>Get rid of dashed box around links [hyperlinks]</title>
		<link>http://blog.brianleejackson.com/get-rid-of-dashed-box-around-links-hyperlinks</link>
		<comments>http://blog.brianleejackson.com/get-rid-of-dashed-box-around-links-hyperlinks#comments</comments>
		<pubDate>Mon, 27 Jul 2009 07:32:29 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[CSS Snippets]]></category>
		<category><![CDATA[CS4]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://blog.brianleejackson.com/?p=388</guid>
		<description><![CDATA[A great easy improvement for any website is getting rid of that annoying dashed box that appears when clicking on a link. Many big sites like eBay.com and Google.com have not removed this dashed box from their hyperlinks and I think it just looks tacky. I understand that it might help some users understand that [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.brianleejackson.com/get-rid-of-dashed-box-around-links-hyperlinks' addthis:title='Get rid of dashed box around links [hyperlinks]' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google +1"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_delicious"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_tumblr"></a><a class="addthis_button_digg"></a><a class="addthis_button_email"></a><a class="addthis_button_print"></a><a class="addthis_button_favorites"></a><a class="addthis_button_addthis menu"></a></div>]]></description>
			<content:encoded><![CDATA[<p>A great easy improvement for any website is getting rid of that annoying dashed box that appears when clicking on a link.  Many big sites like <a href="http://www.ebay.com" title="Ebay Links">eBay.com</a> and <a href="http://www.google.com" title="Google Links">Google.com</a> have not removed this dashed box from their hyperlinks and I think it just looks tacky.  I understand that it might help some users understand that it is a link, but it also detracts from the design of the page.  I think we have surpassed the age of tables and outlines, people know from common sense today where a link is and isn&#8217;t.</p>
<p>Here is a small snippet of CSS that you can add to your stylesheet that will remove the outlines [dashed box] from your hyperlinks.  This is successful in Mozilla Firefox 2, 3, Internet Explorer 7, 8, and Safari 3, 4.</p>
<p><font size="2"><strong>CSS REMOVE OUTLINES [DASHED BOX]: ADD TO BODY IN STYLESHEET</strong></font></p>
<blockquote><p>outline-color:-moz-use-text-color;<br />
outline-style:none;<br />
outline-width:0;</p></blockquote>
<p>I think it is an easy way to add some class to your page.  I implement this in every page I design.  Below is an example of a dashed/outlined hyperlink box.</p>
<div id="attachment_400" class="wp-caption alignnone" style="width: 246px"><a href="http://blog.brianleejackson.com"><img src="http://blog.brianleejackson.com/wp-content/uploads/2009/07/Dashed_Box.png" alt="Hyperlink Outline Box - Dashed Box" title="Hyperlink Outline Box - Dashed Box" width="236" height="229" class="size-full wp-image-400" /></a><p class="wp-caption-text">Hyperlink Outline Box - Dashed Box</p></div>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.brianleejackson.com/get-rid-of-dashed-box-around-links-hyperlinks' addthis:title='Get rid of dashed box around links [hyperlinks]' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google +1"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_delicious"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_tumblr"></a><a class="addthis_button_digg"></a><a class="addthis_button_email"></a><a class="addthis_button_print"></a><a class="addthis_button_favorites"></a><a class="addthis_button_addthis menu"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.brianleejackson.com/get-rid-of-dashed-box-around-links-hyperlinks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

