<?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>Internet Marketing Blog &#187; expert</title>
	<atom:link href="http://www.gojdhl.com/seo-blog/tag/expert/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gojdhl.com/seo-blog</link>
	<description>Internet Marketing Blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 20:25:16 +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>a,a:visited,a:hover &#8211; CSS Fix</title>
		<link>http://www.gojdhl.com/seo-blog/aavisitedahover-css-fix</link>
		<comments>http://www.gojdhl.com/seo-blog/aavisitedahover-css-fix#comments</comments>
		<pubDate>Fri, 01 Jan 2010 09:00:50 +0000</pubDate>
		<dc:creator>Jared Blake</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[a:active]]></category>
		<category><![CDATA[a:hover]]></category>
		<category><![CDATA[a:visited]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[expert]]></category>

		<guid isPermaLink="false">http://www.gojdhl.com/seo-blog/?p=238</guid>
		<description><![CDATA[Here is the issue I had on one of my blogs (Note: I&#8217;m not a CSS expert). The following code within my blog CSS file was dictating my link color format: a,a:visited,a:hover { color:#777777; text-decoration:none; } I wanted my menu links to be a different color from the links within my blog page. The solution [...]]]></description>
			<content:encoded><![CDATA[<p>Here is the issue I had on one of my blogs (Note: I&#8217;m not a CSS expert).</p>
<p>The following code within my blog CSS file was dictating my link color format:</p>
<p>a,a:visited,a:hover {<br />
color:#777777;<br />
text-decoration:none;<br />
}</p>
<p>I wanted my menu links to be a different color from the links within my blog page.</p>
<p>The solution was to add the following code within my CSS file and then using the h6 reference to change the link color within the menu:</p>
<p>h6 a {color: #CCCCCC;}<br />
h6 a:visited {color:#CCCCCC;}<br />
h6 a:hover {color: #CCCCCC;}<br />
h6 a:active { color:#CCCCCC;}</p>
<p>Note it doesn&#8217;t have to be h6 it just needs to be unique to the rest of the CSS file.</p>
<p>Dog not included!</p>
<p>Regards,<br />
Jared Blake</p>
<p><img src="http://www.gojdhl.com/images/internet-dog.jpg" alt="" /> <a href="http://www.gojdhl.com/seo-blog/sbgs2" target="_self"><img src="http://www.gojdhl.com/images/gsniper3.jpg" border="0"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gojdhl.com/seo-blog/aavisitedahover-css-fix/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

