<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'IE6 Fixed Position Fix'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Tue, 14 Feb 2012 01:06:07 GMT</pubDate>
<item>
<title>dop3 said on 2/28/09</title>
<link>http://snipplr.com/view/2952/ie6-fixed-position-fix/</link>
<description><![CDATA[ You can use XHTML 1.0 Transitional too.
By using the "important!" declaration, you don't need an conditional comment anymore:

<pre><code>* { margin:0; padding:0; }
html, body {
    height: 100%;
    overflow:auto;
}
body #fixedElement {
    position:fixed !important;
    position: absolute; /*ie6 and above*/
    bottom: 0;
}
</code></pre>

tested in ie6, ie7, ie8, ff2, ff3, safari3 ]]></description>
<pubDate>Sat, 28 Feb 2009 15:36:36 GMT</pubDate>
<guid>http://snipplr.com/view/2952/ie6-fixed-position-fix/</guid>
</item>
</channel>
</rss>
