<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="rss.xsl" media="screen"?>
<rss version="2.0">
  <channel>
    <title>论坛 - Html</title>
    <link>http://www.tmdoor.com/bbs/showforum-31.aspx</link>
    <description>Latest 20 threads</description>
    <copyright>Copyright (c) 论坛</copyright>
    <generator>Discuz!NT</generator>
    <pubDate>Fri, 30 Jul 2010 17:34:13 GMT</pubDate>
    <ttl>60</ttl>
    <item>
      <title>CSS实现垂直居中的方法</title>
    <description><![CDATA[在 content 元素外插入一个 div。设置此 div height:50%; margin-bottom:-contentheight;。
content 清除浮动，并显示在中间。

&amp;lt;div id=&amp;quot;floater&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;div id=&amp;quot;content&amp;quot;&amp;gt;
        Content he]]></description>
      <link>http://www.tmdoor.com/bbs/showtopic-1754.aspx</link>
      <author>xelnage</author>
      <pubDate>Fri, 11 Sep 2009 16:03:00 GMT</pubDate>
    </item>
    <item>
      <title>兼容FF、IE6、7 的 最小宽度、最小高度的写法</title>
    <description><![CDATA[最小宽度
min-width:1004px;-width:expression(this.clientWidth&amp;lt;1004?”1004px”:”100%”)
最小高度
min-height:1004px;-height:expression(this.clientHeight&amp;lt;1004?”1004px”:”100%”)]]></description>
      <link>http://www.tmdoor.com/bbs/showtopic-1753.aspx</link>
      <author>xelnage</author>
      <pubDate>Mon, 22 Jun 2009 17:38:00 GMT</pubDate>
    </item>
  </channel>
</rss>