<?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>KYOKUTYO NO BLOG. &#187; CSS</title>
	<atom:link href="http://blog.kyokutyo.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kyokutyo.com</link>
	<description>dododododo.....</description>
	<lastBuildDate>Sun, 15 Aug 2010 16:02:08 +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>IEでlist-style-typeで指定したものが表示されない</title>
		<link>http://blog.kyokutyo.com/css/ie%e3%81%a7list-style-type%e3%81%a7%e6%8c%87%e5%ae%9a%e3%81%97%e3%81%9f%e3%82%82%e3%81%ae%e3%81%8c%e5%87%ba%e3%81%aa%e3%81%84/</link>
		<comments>http://blog.kyokutyo.com/css/ie%e3%81%a7list-style-type%e3%81%a7%e6%8c%87%e5%ae%9a%e3%81%97%e3%81%9f%e3%82%82%e3%81%ae%e3%81%8c%e5%87%ba%e3%81%aa%e3%81%84/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 05:47:13 +0000</pubDate>
		<dc:creator>kyokutyo</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://blog.kyokutyo.com/css/ie%e3%81%a7list-style-type%e3%81%a7%e6%8c%87%e5%ae%9a%e3%81%97%e3%81%9f%e3%82%82%e3%81%ae%e3%81%8c%e5%87%ba%e3%81%aa%e3%81%84/</guid>
		<description><![CDATA[なぜかIEでliの「・」が表示できない。リストのポチ。
結論から言うと、float指定してあるliに対しては「・」が表示されないみたい。
li {
  float:none;
}
してあげればおk。デフォルトではこうなっ [...]]]></description>
		<wfw:commentRss>http://blog.kyokutyo.com/css/ie%e3%81%a7list-style-type%e3%81%a7%e6%8c%87%e5%ae%9a%e3%81%97%e3%81%9f%e3%82%82%e3%81%ae%e3%81%8c%e5%87%ba%e3%81%aa%e3%81%84/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>background-positionの話(Safariのバグとかって話)</title>
		<link>http://blog.kyokutyo.com/css/background-position%e3%81%ae%e8%a9%b1safari%e3%81%ae%e3%83%90%e3%82%b0%e3%81%a8%e3%81%8b%e3%81%a3%e3%81%a6%e8%a9%b1/</link>
		<comments>http://blog.kyokutyo.com/css/background-position%e3%81%ae%e8%a9%b1safari%e3%81%ae%e3%83%90%e3%82%b0%e3%81%a8%e3%81%8b%e3%81%a3%e3%81%a6%e8%a9%b1/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 15:17:22 +0000</pubDate>
		<dc:creator>kyokutyo</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://blog.kyokutyo.com/css/background-position%e3%81%ae%e8%a9%b1safari%e3%81%ae%e3%83%90%e3%82%b0%e3%81%a8%e3%81%8b%e3%81%a3%e3%81%a6%e8%a9%b1/</guid>
		<description><![CDATA[今日はまったポイント。badkground-positionをキーワード(left,center,right,top,center,bottom)で指定すると変になるのかな。
background-repeat:no-r [...]]]></description>
		<wfw:commentRss>http://blog.kyokutyo.com/css/background-position%e3%81%ae%e8%a9%b1safari%e3%81%ae%e3%83%90%e3%82%b0%e3%81%a8%e3%81%8b%e3%81%a3%e3%81%a6%e8%a9%b1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE7をhackする -CSS hackの話-</title>
		<link>http://blog.kyokutyo.com/css/ie7%e3%82%92hack%e3%81%99%e3%82%8b-css-hack%e3%81%ae%e8%a9%b1/</link>
		<comments>http://blog.kyokutyo.com/css/ie7%e3%82%92hack%e3%81%99%e3%82%8b-css-hack%e3%81%ae%e8%a9%b1/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 13:55:34 +0000</pubDate>
		<dc:creator>kyokutyo</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://blog.kyokutyo.com/etc/ie7%e3%82%92hack%e3%81%99%e3%82%8b-css-hack%e3%81%ae%e8%a9%b1/</guid>
		<description><![CDATA[/* [1] for ie6 */
div#hoge {
color:#f00;
}

/* [2] for fx and safari and opera and... */
html[xmlns] div#hoge  [...]]]></description>
		<wfw:commentRss>http://blog.kyokutyo.com/css/ie7%e3%82%92hack%e3%81%99%e3%82%8b-css-hack%e3%81%ae%e8%a9%b1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
