<?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: CSS3 Attribute Selectors Query</title>
	<atom:link href="http://www.martytdx.com/zealot/archives/2008/09/10/css3-attribute-selectors-query/feed" rel="self" type="application/rss+xml" />
	<link>http://www.martytdx.com/zealot/archives/2008/09/10/css3-attribute-selectors-query</link>
	<description>All the Rants that Beer and Birding Can Buy</description>
	<pubDate>Fri, 09 Jan 2009 20:26:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marty</title>
		<link>http://www.martytdx.com/zealot/archives/2008/09/10/css3-attribute-selectors-query/comment-page-1#comment-3155</link>
		<dc:creator>Marty</dc:creator>
		<pubDate>Thu, 11 Sep 2008 00:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.martytdx.com/zealot/?p=729#comment-3155</guid>
		<description>Okay - not sure why it didn't work before.   But I was able to fix it to not show the icon for internal http: by modifying the link statement:
&lt;pre&gt;&lt;code&gt;
a[href^='http']:not([href*='martytdx.com']) { display:inline-block; 
	padding-right:20px; 
	line-height:18px;
	background:transparent url(images/ext_link_icon.png) center right no-repeat; 
	}
&lt;/code&gt;&lt;/pre&gt;

but then the external PDF icon disappeared.  I'm thinking that's the better of the two worlds, although I still have to figure out the sidebar Flickr issue...

&lt;strong&gt;Update:&lt;/strong&gt; If I remove the &lt;strong&gt;external link&lt;/strong&gt; reference entirely, everything is back to normal EXCEPT that I no longer have the external link icon.  I'm going to have to play with this when I'm less tired ... and try to figure out how to do a multi-conditional statement to select certain conditions accurately.</description>
		<content:encoded><![CDATA[<p>Okay - not sure why it didn&#8217;t work before.   But I was able to fix it to not show the icon for internal http: by modifying the link statement:</p>
<pre><code>
a[href^='http']:not([href*='martytdx.com']) { display:inline-block;
	padding-right:20px;
	line-height:18px;
	background:transparent url(images/ext_link_icon.png) center right no-repeat;
	}
</code></pre>
<p>but then the external PDF icon disappeared.  I&#8217;m thinking that&#8217;s the better of the two worlds, although I still have to figure out the sidebar Flickr issue&#8230;</p>
<p><strong>Update:</strong> If I remove the <strong>external link</strong> reference entirely, everything is back to normal EXCEPT that I no longer have the external link icon.  I&#8217;m going to have to play with this when I&#8217;m less tired &#8230; and try to figure out how to do a multi-conditional statement to select certain conditions accurately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marty</title>
		<link>http://www.martytdx.com/zealot/archives/2008/09/10/css3-attribute-selectors-query/comment-page-1#comment-3154</link>
		<dc:creator>Marty</dc:creator>
		<pubDate>Thu, 11 Sep 2008 00:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.martytdx.com/zealot/?p=729#comment-3154</guid>
		<description>Weird - because I'm not seeing all of that.  Of course, for some reason I'm suddenly not seeing ANY icons, either.  I'm guessing Wordpress made a few changes when I saved it the last time...</description>
		<content:encoded><![CDATA[<p>Weird - because I&#8217;m not seeing all of that.  Of course, for some reason I&#8217;m suddenly not seeing ANY icons, either.  I&#8217;m guessing Wordpress made a few changes when I saved it the last time&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Apertome</title>
		<link>http://www.martytdx.com/zealot/archives/2008/09/10/css3-attribute-selectors-query/comment-page-1#comment-3153</link>
		<dc:creator>Apertome</dc:creator>
		<pubDate>Wed, 10 Sep 2008 21:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.martytdx.com/zealot/?p=729#comment-3153</guid>
		<description>Very interesting stuff. I could see this coming in handy.

One problem (and it's demonstrated by this post -- your css for the examples is overriding your stylesheet) is that absolute URL is displayed as external, even if it's on your site. As I look at, say, the categories listed under the post,t hey appear to be external links.

Interestingly enough, your flickr sidebar icons each have an external link mini-icon by them, as well. Is there a way to exclude images?</description>
		<content:encoded><![CDATA[<p>Very interesting stuff. I could see this coming in handy.</p>
<p>One problem (and it&#8217;s demonstrated by this post &#8212; your css for the examples is overriding your stylesheet) is that absolute URL is displayed as external, even if it&#8217;s on your site. As I look at, say, the categories listed under the post,t hey appear to be external links.</p>
<p>Interestingly enough, your flickr sidebar icons each have an external link mini-icon by them, as well. Is there a way to exclude images?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
