<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: layout code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Thu, 21 Aug 2008 15:24:45 GMT</pubDate>
    <description>DZone Snippets: layout code</description>
    <item>
      <title>CSS *true* centering</title>
      <link>http://snippets.dzone.com/posts/show/5252</link>
      <description>This will truely center something in CSS. Not tested in IE, knowing IE, it will burn in flames.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;#center-me { /* There can be only one Centerlander! */&lt;br /&gt;  height: 100%;&lt;br /&gt;  display: table !important;&lt;br /&gt;  margin: auto;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#center-me &gt; * {&lt;br /&gt;  display: table-cell !important; /* Don't touch me! I MEAN IT! DON- ... don't touch me. Really, don't touch me. */&lt;br /&gt;  vertical-align: middle !important;&lt;br /&gt;}&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;&lt;div id="center-me"&gt;&lt;br /&gt;  &lt;h1&gt;I'm centered!&lt;/h1&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;</description>
      <pubDate>Wed, 19 Mar 2008 07:30:22 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/5252</guid>
      <author>elliottcable (elliott cable)</author>
    </item>
  </channel>
</rss>
