<?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>Historical Log &#187; css</title>
	<atom:link href="http://takuya.miyai.jp/tag/css/feed" rel="self" type="application/rss+xml" />
	<link>http://takuya.miyai.jp</link>
	<description>宮井拓也の日記</description>
	<lastBuildDate>Sun, 25 Sep 2011 08:10:53 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>linkタグの下線付き表示</title>
		<link>http://takuya.miyai.jp/logs/miyaijp/link%e3%82%bf%e3%82%b0%e3%81%ae%e4%b8%8b%e7%b7%9a%e4%bb%98%e3%81%8d%e8%a1%a8%e7%a4%ba.html</link>
		<comments>http://takuya.miyai.jp/logs/miyaijp/link%e3%82%bf%e3%82%b0%e3%81%ae%e4%b8%8b%e7%b7%9a%e4%bb%98%e3%81%8d%e8%a1%a8%e7%a4%ba.html#comments</comments>
		<pubDate>Wed, 01 Apr 2009 21:16:04 +0000</pubDate>
		<dc:creator>tmiyai</dc:creator>
				<category><![CDATA[miyai.jp]]></category>
		<category><![CDATA[SNS用]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://takuya.miyai.jp/?p=586</guid>
		<description><![CDATA[あ、書くの忘れていた。 link表示がわかりにくいので、下に破線で効果つけるような編集がしたいなーと思っていました。 自分で調べてみたものの結局わからなかったので、毎度のごとく tshinobu に相談。 年度末の忙しい [...]]]></description>
			<content:encoded><![CDATA[<p>あ、書くの忘れていた。</p>
<p>link表示がわかりにくいので、下に破線で効果つけるような編集がしたいなーと思っていました。<br />
自分で調べてみたものの結局わからなかったので、毎度のごとく <a href="http://tshinobu.com/">tshinobu</a> に相談。<br />
年度末の忙しい中だと言うのにサクッと教えてくれました。ありがとうございますー</p>
<p>■style.cssの最後に以下を追加<br />
[css]<br />
.entry a:link,.entry a:visited {<br />
       border-bottom:1px dashed;<br />
}<br />
.entry a:active,.entry a:hover {<br />
       text-decoration: none;<br />
       border-bottom:1px solid;<br />
}<br />
[/css]</p>
<p><a href="https://addons.mozilla.org/ja/firefox/addon/1843">Firebug</a>を使って調べてくれたそうです。うーん、私もWebアプリ屋さんの端くれのつもりなんで、Firebugぐらいはチャッと使えるようになっておかないといかんなぁ。</p>
]]></content:encoded>
			<wfw:commentRss>http://takuya.miyai.jp/logs/miyaijp/link%e3%82%bf%e3%82%b0%e3%81%ae%e4%b8%8b%e7%b7%9a%e4%bb%98%e3%81%8d%e8%a1%a8%e7%a4%ba.html/feed</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
	</channel>
</rss>

