<?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>blog::2310 &#187; webdesign</title>
	<atom:link href="http://blog.2310.net/archives/category/webdesign/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.2310.net</link>
	<description>2310</description>
	<lastBuildDate>Sat, 14 Aug 2010 15:17:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>スタイルシートのハック</title>
		<link>http://blog.2310.net/archives/229</link>
		<comments>http://blog.2310.net/archives/229#comments</comments>
		<pubDate>Tue, 30 Dec 2008 19:42:49 +0000</pubDate>
		<dc:creator>2310</dc:creator>
				<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://k2310.s332.xrea.com/blog.2310.net/?p=229</guid>
		<description><![CDATA[最低限二つ覚えておけば何とかなるか。

IE6以下のみに適用

* html ... {}


IE7のみに適用

*:first-child+html... {}



参考:CSSハック一覧

]]></description>
			<content:encoded><![CDATA[<p>最低限二つ覚えておけば何とかなるか。</p>

<h4>IE6以下のみに適用</h4>

<pre><code>* html ... {}
</code></pre>

<h4>IE7のみに適用</h4>

<pre><code>*:first-child+html... {}
</code></pre>

<ul>
<li>参考:<a href="http://d-lover.com/css/hack.shtml">CSSハック一覧</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.2310.net/archives/229/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
