<?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"
	>
<channel>
	<title>Comments on: External link icons the CSS way</title>
	<atom:link href="http://www.kryogenix.org/days/2002/08/30/external/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kryogenix.org/days/2002/08/30/external</link>
	<description>scratched tallies on the prison wall</description>
	<pubDate>Fri, 05 Dec 2008 02:07:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Swatinem</title>
		<link>http://www.kryogenix.org/days/2002/08/30/external#comment-3670</link>
		<dc:creator>Swatinem</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2002/08/30/external/#comment-3670</guid>
		<description>&lt;p&gt;I dont know if its possible to enter whole html code in the content: &#8220;bla&#8220;; attribute.&lt;/p&gt;&lt;p&gt;But if its possible you could use the :after pseudo-class to insert a img tag with an alt text or whatever. But i dunno if its posible! :D&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I dont know if its possible to enter whole html code in the content: &#8220;bla&#8220;; attribute.</p>
<p>But if its possible you could use the :after pseudo-class to insert a img tag with an alt text or whatever. But i dunno if its posible! :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arleen</title>
		<link>http://www.kryogenix.org/days/2002/08/30/external#comment-3671</link>
		<dc:creator>Arleen</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2002/08/30/external/#comment-3671</guid>
		<description>&lt;p&gt;Great idea! I modified your idea. For my a tags I added a class=&#8220;external&#8220;. In my stylesheet, I added this:&lt;/p&gt;&lt;p&gt;.external {&lt;br&gt;background: url(/images/externallink.gif) right center no-repeat;&lt;br&gt;padding-right: 12px;&lt;br&gt;}&lt;/p&gt;&lt;p&gt;This works across current versions of IE6, NN7, Opera7, and Mozilla. Any idea how I can get alt text to appear for each little globe saying &#8220;external link&#8221; since this is implemented through the stylesheet?&lt;/p&gt;&lt;/br&gt;&lt;/br&gt;&lt;/br&gt;</description>
		<content:encoded><![CDATA[<p>Great idea! I modified your idea. For my a tags I added a class=&#8220;external&#8220;. In my stylesheet, I added this:</p>
<p>.external {<br />background: url(/images/externallink.gif) right center no-repeat;<br />padding-right: 12px;<br />}</p>
<p>This works across current versions of IE6, NN7, Opera7, and Mozilla. Any idea how I can get alt text to appear for each little globe saying &#8220;external link&#8221; since this is implemented through the stylesheet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus</title>
		<link>http://www.kryogenix.org/days/2002/08/30/external#comment-3672</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2002/08/30/external/#comment-3672</guid>
		<description>&lt;p&gt;Cool stuff. But I don&#8217;t see these icons in Mozilla 1.4Do I have to change some settings or what? Please help.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Cool stuff. But I don&#8217;t see these icons in Mozilla 1.4Do I have to change some settings or what? Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spencer</title>
		<link>http://www.kryogenix.org/days/2002/08/30/external#comment-3673</link>
		<dc:creator>spencer</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2002/08/30/external/#comment-3673</guid>
		<description>&lt;p&gt;Great article. I think it would be a little more inviting if you formatted the code with line breaks:div.blogbody a[href^=&#8220;http:&#8220;] { background: url(/images/remote.gif) right center no-repeat;padding-right: 12px;}Just a thought&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Great article. I think it would be a little more inviting if you formatted the code with line breaks:div.blogbody a[href^=&#8220;http:&#8220;] { background: url(/images/remote.gif) right center no-repeat;padding-right: 12px;}Just a thought</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Nolan</title>
		<link>http://www.kryogenix.org/days/2002/08/30/external#comment-3674</link>
		<dc:creator>Ben Nolan</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2002/08/30/external/#comment-3674</guid>
		<description>Just as an addendum to this article - I've put together a script to made css3 :hover effects work in ie6.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://blue.ripcord.co.nz/~ben/css3/"&gt;http://blue.ripcord.co.nz/~ben/css3/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Ben</description>
		<content:encoded><![CDATA[<p>Just as an addendum to this article - I&#8217;ve put together a script to made css3 :hover effects work in ie6.</p>
<p><a href="http://blue.ripcord.co.nz/~ben/css3/">http://blue.ripcord.co.nz/~ben/css3/</a></p>
<p>Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2002/08/30/external#comment-3675</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2002/08/30/external/#comment-3675</guid>
		<description>Ben: the script appears to be under something of a restrictive licence, but the link to the licencing page is dead.</description>
		<content:encoded><![CDATA[<p>Ben: the script appears to be under something of a restrictive licence, but the link to the licencing page is dead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.kryogenix.org/days/2002/08/30/external#comment-3677</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2002/08/30/external/#comment-3677</guid>
		<description>Arleen,&lt;br /&gt;
I do not think that you have to worry about Alt text for the background-image. The Alt text is needed for screen reader, but since the image does not actually appear on the page, it will not trip up the screen reader.</description>
		<content:encoded><![CDATA[<p>Arleen,<br />
I do not think that you have to worry about Alt text for the background-image. The Alt text is needed for screen reader, but since the image does not actually appear on the page, it will not trip up the screen reader.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.kryogenix.org/days/2002/08/30/external#comment-3678</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2002/08/30/external/#comment-3678</guid>
		<description>Josh,&lt;br /&gt;
the alt text would be of use not only for screen readers but also to 'normal' users who may be wondering about what the icon signifies.&lt;br /&gt;
On mouseover, the alt text would conveniently provide this addtl bit of info.&lt;br /&gt;
Con: yet more images can clutter the screen if a page is full of external links. What I would like better instead: insert a title to the a-tag.&lt;br /&gt;
Anyone know if that's possible?</description>
		<content:encoded><![CDATA[<p>Josh,<br />
the alt text would be of use not only for screen readers but also to &#8216;normal&#8217; users who may be wondering about what the icon signifies.<br />
On mouseover, the alt text would conveniently provide this addtl bit of info.<br />
Con: yet more images can clutter the screen if a page is full of external links. What I would like better instead: insert a title to the a-tag.<br />
Anyone know if that&#8217;s possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.kryogenix.org/days/2002/08/30/external#comment-3679</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2002/08/30/external/#comment-3679</guid>
		<description>Josh,&lt;br /&gt;
the alt text would be of use not only for screen readers but also to 'normal' users who may be wondering about what the icon signifies.&lt;br /&gt;
On mouseover, the alt text would conveniently provide this addtl bit of info.&lt;br /&gt;
Con: yet more images can clutter the screen if a page is full of external links. What I would like better instead: insert a title to the a-tag.&lt;br /&gt;
Anyone know if that's possible?</description>
		<content:encoded><![CDATA[<p>Josh,<br />
the alt text would be of use not only for screen readers but also to &#8216;normal&#8217; users who may be wondering about what the icon signifies.<br />
On mouseover, the alt text would conveniently provide this addtl bit of info.<br />
Con: yet more images can clutter the screen if a page is full of external links. What I would like better instead: insert a title to the a-tag.<br />
Anyone know if that&#8217;s possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: milf</title>
		<link>http://www.kryogenix.org/days/2002/08/30/external#comment-3681</link>
		<dc:creator>milf</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2002/08/30/external/#comment-3681</guid>
		<description>great site</description>
		<content:encoded><![CDATA[<p>great site</p>
]]></content:encoded>
	</item>
</channel>
</rss>
