<?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://blog.cahier-inc.com/category/%ef%bd%83%ef%bd%93%ef%bd%93/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cahier-inc.com</link>
	<description>cahier creator's blog</description>
	<lastBuildDate>Thu, 02 Jul 2009 09:03:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IE6でmin-heightを有効に</title>
		<link>http://blog.cahier-inc.com/2009/06/26/0906260/</link>
		<comments>http://blog.cahier-inc.com/2009/06/26/0906260/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 02:15:14 +0000</pubDate>
		<dc:creator>sato</dc:creator>
				<category><![CDATA[ＣＳＳ]]></category>

		<guid isPermaLink="false">http://blog.cahier-inc.com/?p=173</guid>
		<description><![CDATA[今までIE6でmin-heightを有効にさせるためにハックを使ったりいろんな事をしていたけどこれで解決！！

1
2
3
4
5
.hogegoge &#123;
   min-height:100px;
   height: auto !important;
   height: 100px; /*ここにIE６用の高さを設定*/
&#125;

あらびっくり！なんて簡単なの・・・。
]]></description>
			<content:encoded><![CDATA[<p>今までIE6でmin-heightを有効にさせるためにハックを使ったりいろんな事をしていたけどこれで解決！！</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="java" style="font-family:monospace;">.<span style="color: #006633;">hogegoge</span> <span style="color: #009900;">&#123;</span>
   min<span style="color: #339933;">-</span>height<span style="color: #339933;">:</span>100px<span style="color: #339933;">;</span>
   height<span style="color: #339933;">:</span> auto <span style="color: #339933;">!</span>important<span style="color: #339933;">;</span>
   height<span style="color: #339933;">:</span> 100px<span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">/*ここにIE６用の高さを設定*/</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<p>あらびっくり！なんて簡単なの・・・。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cahier-inc.com/2009/06/26/0906260/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
