<?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>おじさんの備忘録-番外編- &#187; 外部リンク</title>
	<atom:link href="http://www.dxcode.com/archives/tag/%e5%a4%96%e9%83%a8%e3%83%aa%e3%83%b3%e3%82%af/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dxcode.com</link>
	<description>個人的なメモ書き</description>
	<lastBuildDate>Fri, 13 Jan 2012 23:57:25 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>外部リンク先のみ画像を挿入</title>
		<link>http://www.dxcode.com/archives/2007/110920.html</link>
		<comments>http://www.dxcode.com/archives/2007/110920.html#comments</comments>
		<pubDate>Fri, 09 Nov 2007 01:50:05 +0000</pubDate>
		<dc:creator>kecha</dc:creator>
				<category><![CDATA[Customize]]></category>
		<category><![CDATA[外部リンク]]></category>
		<category><![CDATA[画像]]></category>

		<guid isPermaLink="false">http://www.dxcode.com/archives/2007/110942.php</guid>
		<description><![CDATA[記事の中にあるサイト外に出るリンクのみにイメージをつけるというもの。 a[href^="http:"]:after, a[href^="https:"]:after { content: url(images/icon/ [...]]]></description>
			<content:encoded><![CDATA[<p>記事の中にあるサイト外に出るリンクのみにイメージをつけるというもの。</p>
<pre>a[href^="http:"]:after,
a[href^="https:"]:after {
    content: url(images/icon/link_out.gif);
    margin: 0 2px;
}

a[href^="http://example.com"]:after {
    content:"";
    margin: 0;
}</pre>
<p>上記コードをcssに追加するだけ。<br />
<strong>after</strong>を<strong>before</strong>に置き換えればイメージを前に挿入できる。<br />
もちろん挿入するイメージのパスや自サイトのアドレスは要調整。</p>
<p>今回のイメージは海外の下記サイトから頂きました。<br />
<a href="http://www.web-toolbox.net/imagedownload/">Mini-Images f&uuml;r den Webmaster, kostenlose downloads GIF JPG Webdesign</a><br />
上記アドレスから入ってSite-Nav Symboleページですが、これ以外にもシンプルですっきりしたものが多いです。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dxcode.com/archives/2007/110920.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

