<?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>creator note &#187; Firefox</title>
	<atom:link href="http://creator.cotapon.org/articles/category/firefox/feed" rel="self" type="application/rss+xml" />
	<link>http://creator.cotapon.org</link>
	<description>こたぽんがWebクリエイターに限らず動画や写真、書道までマルチクリエイターになれるまで終わりなく書き続けます</description>
	<lastBuildDate>Fri, 27 Aug 2010 04:32:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flashの周りに出る点線を消す方法</title>
		<link>http://creator.cotapon.org/articles/css/flash%e3%81%ae%e5%91%a8%e3%82%8a%e3%81%ab%e5%87%ba%e3%82%8b%e7%82%b9%e7%b7%9a%e3%82%92%e6%b6%88%e3%81%99%e6%96%b9%e6%b3%95</link>
		<comments>http://creator.cotapon.org/articles/css/flash%e3%81%ae%e5%91%a8%e3%82%8a%e3%81%ab%e5%87%ba%e3%82%8b%e7%82%b9%e7%b7%9a%e3%82%92%e6%b6%88%e3%81%99%e6%96%b9%e6%b3%95#comments</comments>
		<pubDate>Fri, 23 Oct 2009 09:01:16 +0000</pubDate>
		<dc:creator>cotapon</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://creator.cotapon.org/?p=402</guid>
		<description><![CDATA[
かなり限られた条件だと思いますが、ボクが見ているFirefoxではFlsahコンテンツを触ると周りに点線が出るという現象が起きてます。その点線は、テキストリンクや画像リンクに対してクリックしたときと同じ点線が表示します [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://creator.cotapon.org/wp-content/uploads/091023_01.jpg"><img src="http://creator.cotapon.org/wp-content/uploads/091023_01.jpg" alt="091023_01" title="091023_01" width="500" height="280" class="aligncenter size-full wp-image-423" /></a><br />
かなり限られた条件だと思いますが、ボクが見ているFirefoxではFlsahコンテンツを触ると周りに点線が出るという現象が起きてます。その点線は、テキストリンクや画像リンクに対してクリックしたときと同じ点線が表示します。</p>
<h4>点線が出てしまう条件の予想</h4>
<p>・Windows XP<br />
・Firefox（Mac版 Firefoxでは出ませんでした。）<br />
・swfobject v2.2　でFlashを表示。</p>
<h4>点線を消す方法</h4>
<p>根本的解決になるかどうかはわかりませんが、swfobjectでも最終的にはobjectタグをdocument.writeしているので、objectタグに対してoutline: none;としてあげると、ボクの環境でFlashの周りの点線は消えました。</p>
<p>コレでいいのかなー＾－＾；</p>
<pre class="brush: css;">
object{
	outline: none;
}
</pre>
<p>追記：この点線は、Firefoxでフォーカスがあたっているところに対しての点線でした。見てくれを重視するために、この点線自体を消したい場合は、全体に対してCSSでoutline:noneｔ;とするといいと思います。</p>
]]></content:encoded>
			<wfw:commentRss>http://creator.cotapon.org/articles/css/flash%e3%81%ae%e5%91%a8%e3%82%8a%e3%81%ab%e5%87%ba%e3%82%8b%e7%82%b9%e7%b7%9a%e3%82%92%e6%b6%88%e3%81%99%e6%96%b9%e6%b3%95/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
