<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>MovableType デフォルトCSS研究</title>
      <link>http://www.y-iweb.com/test/</link>
      <description>MovableType デフォルトCSSの研究、テストサイト。</description>
      <language>ja</language>
      <copyright>Copyright 2006</copyright>
      <lastBuildDate>Mon, 09 Jan 2006 02:16:12 +0900</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.2-ja</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>WinIE5x対策で「w\idth」</title>
         <description><![CDATA[<a href="http://blog.y-iweb.com/archives/000258.html">WinIE5x対策で「w\idth」</a>

<a href="#" onclick="setActiveStyleSheet('Default'); return false;">Default</a>
MovableType3.2のデフォルトCSS

<blockquote>
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   border-left: 5px solid #36414d;
   padding: 5px;
   color: #fff;
   background: #a3b8cc;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}</blockquote>]]></description>
         <link>http://www.y-iweb.com/test/2006/01/winie5xwidth.html</link>
         <guid>http://www.y-iweb.com/test/2006/01/winie5xwidth.html</guid>
         <category>CSS</category>
         <pubDate>Mon, 09 Jan 2006 02:16:12 +0900</pubDate>
      </item>
            <item>
         <title>レイアウト用のfloat等をCSSでクリアするためのpkg</title>
         <description><![CDATA[<a href="http://blog.y-iweb.com/archives/000255.html">IE6配置ずれバグ対策:できる！CSSを使いこなす</a>

<a href="#" onclick="setActiveStyleSheet('Default'); return false;">Default</a>
MovableType3.2のデフォルトCSS

<blockquote>

/* .pkg class wraps enclosing block element around inner floated elements */

.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

</blockquote>]]></description>
         <link>http://www.y-iweb.com/test/2006/01/post.html</link>
         <guid>http://www.y-iweb.com/test/2006/01/post.html</guid>
         <category>CSS</category>
         <pubDate>Sun, 08 Jan 2006 01:02:30 +0900</pubDate>
      </item>
      
   </channel>
</rss>
