<?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: Add Progressive Icons to Your Site Using :after pseudo-element</title>
	<atom:link href="http://www.myinkblog.com/add-progressive-icons-to-your-site-using-after-pseudo-element/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.myinkblog.com/add-progressive-icons-to-your-site-using-after-pseudo-element/</link>
	<description>A Resource For All Things Design</description>
	<lastBuildDate>Thu, 05 Jan 2012 16:05:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: CodeMyConcept</title>
		<link>http://www.myinkblog.com/add-progressive-icons-to-your-site-using-after-pseudo-element/#comment-132575</link>
		<dc:creator>CodeMyConcept</dc:creator>
		<pubDate>Mon, 14 Mar 2011 16:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.myinkblog.com/?p=5599#comment-132575</guid>
		<description>Great way of explaining it! People understand better by watching the process.</description>
		<content:encoded><![CDATA[<p>Great way of explaining it! People understand better by watching the process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Houle</title>
		<link>http://www.myinkblog.com/add-progressive-icons-to-your-site-using-after-pseudo-element/#comment-35913</link>
		<dc:creator>Andrew Houle</dc:creator>
		<pubDate>Fri, 23 Oct 2009 11:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.myinkblog.com/?p=5599#comment-35913</guid>
		<description>@Mats - I haven&#039;t tested your code out, but because of the background color associated with the link (a) target I believe that is being applied to the image as well. You could try using a background image instead of the pseudo-selector in this case.</description>
		<content:encoded><![CDATA[<p>@Mats &#8211; I haven&#8217;t tested your code out, but because of the background color associated with the link (a) target I believe that is being applied to the image as well. You could try using a background image instead of the pseudo-selector in this case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mats</title>
		<link>http://www.myinkblog.com/add-progressive-icons-to-your-site-using-after-pseudo-element/#comment-35887</link>
		<dc:creator>Mats</dc:creator>
		<pubDate>Fri, 23 Oct 2009 06:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.myinkblog.com/?p=5599#comment-35887</guid>
		<description>Hi Andrew,

I&#039;m new with css so it might be something easy? This is what I have in the css file;

a[href$=&#039;.mp3&#039;]:before {
	content: url(file.png);
	margin-left: 3px;
}

And this is the behavior for the a

.h3_content{
	font-size: 1.03em;
	font-weight: normal;
	letter-spacing: 0.25px;
	line-height: 1.2;
}
.h3_content a{
	font-weight: bold;
	font-size: 1.03em;
	text-decoration: underline;
	background-color: #000000;
	color: #ffffff;</description>
		<content:encoded><![CDATA[<p>Hi Andrew,</p>
<p>I&#8217;m new with css so it might be something easy? This is what I have in the css file;</p>
<p>a[href$='.mp3']:before {<br />
	content: url(file.png);<br />
	margin-left: 3px;<br />
}</p>
<p>And this is the behavior for the a</p>
<p>.h3_content{<br />
	font-size: 1.03em;<br />
	font-weight: normal;<br />
	letter-spacing: 0.25px;<br />
	line-height: 1.2;<br />
}<br />
.h3_content a{<br />
	font-weight: bold;<br />
	font-size: 1.03em;<br />
	text-decoration: underline;<br />
	background-color: #000000;<br />
	color: #ffffff;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Houle</title>
		<link>http://www.myinkblog.com/add-progressive-icons-to-your-site-using-after-pseudo-element/#comment-35867</link>
		<dc:creator>Andrew Houle</dc:creator>
		<pubDate>Thu, 22 Oct 2009 23:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.myinkblog.com/?p=5599#comment-35867</guid>
		<description>@Mats - You should be able to target your text and not the image. What is your code?</description>
		<content:encoded><![CDATA[<p>@Mats &#8211; You should be able to target your text and not the image. What is your code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mats</title>
		<link>http://www.myinkblog.com/add-progressive-icons-to-your-site-using-after-pseudo-element/#comment-35823</link>
		<dc:creator>Mats</dc:creator>
		<pubDate>Thu, 22 Oct 2009 16:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.myinkblog.com/?p=5599#comment-35823</guid>
		<description>Hi,

I have something interesting going on... At least for me! The text which is the link on what I&#039;m playing with has a background color, this background color is also applied behind this image. Is is possible to somehow make sure that the background color is only behind the text?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have something interesting going on&#8230; At least for me! The text which is the link on what I&#8217;m playing with has a background color, this background color is also applied behind this image. Is is possible to somehow make sure that the background color is only behind the text?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob W</title>
		<link>http://www.myinkblog.com/add-progressive-icons-to-your-site-using-after-pseudo-element/#comment-32416</link>
		<dc:creator>Rob W</dc:creator>
		<pubDate>Wed, 02 Sep 2009 18:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.myinkblog.com/?p=5599#comment-32416</guid>
		<description>Love this tutorial but I can&#039;t get the IE fix to work in 7. I noticed that you are using this technique on this very page ... when I loaded this page in IE it doesn&#039;t show the icons either. I don&#039;t believe the IE fix actually works?</description>
		<content:encoded><![CDATA[<p>Love this tutorial but I can&#8217;t get the IE fix to work in 7. I noticed that you are using this technique on this very page &#8230; when I loaded this page in IE it doesn&#8217;t show the icons either. I don&#8217;t believe the IE fix actually works?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian W. Parker</title>
		<link>http://www.myinkblog.com/add-progressive-icons-to-your-site-using-after-pseudo-element/#comment-29607</link>
		<dc:creator>Ian W. Parker</dc:creator>
		<pubDate>Fri, 07 Aug 2009 14:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.myinkblog.com/?p=5599#comment-29607</guid>
		<description>@AbhiTechBlog: The following code would work for external links:

.ext:after {
	content: url(images/icons/link.png);
	margin-left: 2px;
}

Then just assign class=&quot;ext&quot; to your external links.</description>
		<content:encoded><![CDATA[<p>@AbhiTechBlog: The following code would work for external links:</p>
<p>.ext:after {<br />
	content: url(images/icons/link.png);<br />
	margin-left: 2px;<br />
}</p>
<p>Then just assign class=&#8221;ext&#8221; to your external links.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garrett Winder</title>
		<link>http://www.myinkblog.com/add-progressive-icons-to-your-site-using-after-pseudo-element/#comment-29605</link>
		<dc:creator>Garrett Winder</dc:creator>
		<pubDate>Fri, 07 Aug 2009 13:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.myinkblog.com/?p=5599#comment-29605</guid>
		<description>Great article - I&#039;ve been nerding for years and didn&#039;t come across this little gem until about a month ago. Love this stuff. Good job!
.-= Garrett Winder&#180;s last blog ..&lt;a href=&quot;http://gandrwebdesign.com/index.php/blog/comments/an_update_from_your_local_nerdatorium/&quot; rel=&quot;nofollow&quot;&gt;An update from your local nerdatorium.&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>Great article &#8211; I&#8217;ve been nerding for years and didn&#8217;t come across this little gem until about a month ago. Love this stuff. Good job!<br />
.-= Garrett Winder&#180;s last blog ..<a href="http://gandrwebdesign.com/index.php/blog/comments/an_update_from_your_local_nerdatorium/" rel="nofollow">An update from your local nerdatorium.</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Roberts</title>
		<link>http://www.myinkblog.com/add-progressive-icons-to-your-site-using-after-pseudo-element/#comment-29568</link>
		<dc:creator>Eric Roberts</dc:creator>
		<pubDate>Fri, 07 Aug 2009 08:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.myinkblog.com/?p=5599#comment-29568</guid>
		<description>@Andrew - as Rounin just reaffirmed, I specifically mentioned Internet Explorer 6, not IE as a whole.  IE6 simply has no support for CSS attribute selectors ([href$=&#039;.pdf&#039;], etc).

Rounin&#039;s slight HTML &quot;hack&quot; can also work but will require additional markup.  Using Javascript is my recommended solution, since you won&#039;t be required to use a conditional background image for any IE (although you still may need some tweaking to get the images to show up exactly where you want - margins and padding can be finicky).
.-= Eric Roberts&#180;s last blog ..&lt;a href=&quot;http://feedproxy.google.com/~r/cryodestudios/~3/r3JiuIIZ7PM/secrettweet&quot; rel=&quot;nofollow&quot;&gt;From our Portfolio: SecretTweet&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>@Andrew &#8211; as Rounin just reaffirmed, I specifically mentioned Internet Explorer 6, not IE as a whole.  IE6 simply has no support for CSS attribute selectors ([href$='.pdf'], etc).</p>
<p>Rounin&#8217;s slight HTML &#8220;hack&#8221; can also work but will require additional markup.  Using Javascript is my recommended solution, since you won&#8217;t be required to use a conditional background image for any IE (although you still may need some tweaking to get the images to show up exactly where you want &#8211; margins and padding can be finicky).<br />
.-= Eric Roberts&#180;s last blog ..<a href="http://feedproxy.google.com/~r/cryodestudios/~3/r3JiuIIZ7PM/secrettweet" rel="nofollow">From our Portfolio: SecretTweet</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rounin</title>
		<link>http://www.myinkblog.com/add-progressive-icons-to-your-site-using-after-pseudo-element/#comment-29250</link>
		<dc:creator>Rounin</dc:creator>
		<pubDate>Tue, 04 Aug 2009 20:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.myinkblog.com/?p=5599#comment-29250</guid>
		<description>A good but slightly ugly fix for IE6 would be to use the following to the IE CSS.

a.pdf span {
   background:transparent url(../images/pdf.png) no-repeat center right;
   padding: 0 20px 0 0; 
}

Then in the HTML add a span tag around the last word inside the anchor tag. This will also allow the icon to wrap with the text.

Using &quot;white-space:nowrap&quot; will break many pages (e.g. floats), especially if the anchor tag is very long.</description>
		<content:encoded><![CDATA[<p>A good but slightly ugly fix for IE6 would be to use the following to the IE CSS.</p>
<p>a.pdf span {<br />
   background:transparent url(../images/pdf.png) no-repeat center right;<br />
   padding: 0 20px 0 0;<br />
}</p>
<p>Then in the HTML add a span tag around the last word inside the anchor tag. This will also allow the icon to wrap with the text.</p>
<p>Using &#8220;white-space:nowrap&#8221; will break many pages (e.g. floats), especially if the anchor tag is very long.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/8 queries in 0.011 seconds using disk: basic
Object Caching 571/572 objects using disk: basic

Served from: www.myinkblog.com @ 2012-02-12 19:21:53 -->
