<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Faking css position: fixed in Internet Explorer 6</title>
	<atom:link href="http://www.finefrog.com/2007/02/26/faking-css-position-fixed-in-internet-explorer-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.finefrog.com/2007/02/26/faking-css-position-fixed-in-internet-explorer-6/</link>
	<description>while(true) { write(learn(live())); }</description>
	<lastBuildDate>Wed, 25 Jan 2012 05:07:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: DeN</title>
		<link>http://www.finefrog.com/2007/02/26/faking-css-position-fixed-in-internet-explorer-6/comment-page-1/#comment-27524</link>
		<dc:creator>DeN</dc:creator>
		<pubDate>Wed, 09 Feb 2011 09:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://atermin.net/2007/02/26/faking-css-position-fixed-in-internet-explorer-6/#comment-27524</guid>
		<description>Hi, how whould you fix it if the fixed div have to be positioned in the bottom of the page?</description>
		<content:encoded><![CDATA[<p>Hi, how whould you fix it if the fixed div have to be positioned in the bottom of the page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My Player in NBA 2K10 &#171; FreeMusing</title>
		<link>http://www.finefrog.com/2007/02/26/faking-css-position-fixed-in-internet-explorer-6/comment-page-1/#comment-27244</link>
		<dc:creator>My Player in NBA 2K10 &#171; FreeMusing</dc:creator>
		<pubDate>Fri, 04 Feb 2011 21:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://atermin.net/2007/02/26/faking-css-position-fixed-in-internet-explorer-6/#comment-27244</guid>
		<description>[...] CSS attribute value that I&#8217;m using, though. So, I&#8217;ve used some IE6-specific, adapted JavaScript code to continuously anchor and center the nav [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS attribute value that I&#8217;m using, though. So, I&#8217;ve used some IE6-specific, adapted JavaScript code to continuously anchor and center the nav [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Über 20 Tipps zum Internet Explorer 6 &#8211; Meinem besten Freund &#124; Thomas Horster</title>
		<link>http://www.finefrog.com/2007/02/26/faking-css-position-fixed-in-internet-explorer-6/comment-page-1/#comment-14015</link>
		<dc:creator>Über 20 Tipps zum Internet Explorer 6 &#8211; Meinem besten Freund &#124; Thomas Horster</dc:creator>
		<pubDate>Fri, 12 Mar 2010 20:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://atermin.net/2007/02/26/faking-css-position-fixed-in-internet-explorer-6/#comment-14015</guid>
		<description>[...] ist der IE6 doof? Anti-IE6-SeitenMachen wir doch nen besseren Browser daraus: google chrome framefixed width in Internet Explorer 6Du kommst hier nicht reinWie soll ichs richtig angehen? Ein [...]</description>
		<content:encoded><![CDATA[<p>[...] ist der IE6 doof? Anti-IE6-SeitenMachen wir doch nen besseren Browser daraus: google chrome framefixed width in Internet Explorer 6Du kommst hier nicht reinWie soll ichs richtig angehen? Ein [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rapha</title>
		<link>http://www.finefrog.com/2007/02/26/faking-css-position-fixed-in-internet-explorer-6/comment-page-1/#comment-7443</link>
		<dc:creator>rapha</dc:creator>
		<pubDate>Fri, 26 Jun 2009 20:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://atermin.net/2007/02/26/faking-css-position-fixed-in-internet-explorer-6/#comment-7443</guid>
		<description>Thanks!

Worked finelly yet 2 years from article published!
The solution is perfect for old browsers and for my site!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>Worked finelly yet 2 years from article published!<br />
The solution is perfect for old browsers and for my site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arti</title>
		<link>http://www.finefrog.com/2007/02/26/faking-css-position-fixed-in-internet-explorer-6/comment-page-1/#comment-5028</link>
		<dc:creator>arti</dc:creator>
		<pubDate>Fri, 10 Apr 2009 23:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://atermin.net/2007/02/26/faking-css-position-fixed-in-internet-explorer-6/#comment-5028</guid>
		<description>thanks you but it isnot working.

* html #right {
	position:absolute;
	top: expression((0 + (ignoreMe1 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + &#039;px&#039;);
	left: expression(eval(document.compatMode &amp;&amp; document.compatMode==&#039;CSS1Compat&#039;) ? documentElement.scrollLeft + (document.body.clientWidth /1.37 ) : document.body.scrollLeft + (document.body.offsetWidth /1.395 ));
	}</description>
		<content:encoded><![CDATA[<p>thanks you but it isnot working.</p>
<p>* html #right {<br />
	position:absolute;<br />
	top: expression((0 + (ignoreMe1 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + &#8216;px&#8217;);<br />
	left: expression(eval(document.compatMode &amp;&amp; document.compatMode==&#8217;CSS1Compat&#8217;) ? documentElement.scrollLeft + (document.body.clientWidth /1.37 ) : document.body.scrollLeft + (document.body.offsetWidth /1.395 ));<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iGuide</title>
		<link>http://www.finefrog.com/2007/02/26/faking-css-position-fixed-in-internet-explorer-6/comment-page-1/#comment-1795</link>
		<dc:creator>iGuide</dc:creator>
		<pubDate>Wed, 01 Oct 2008 01:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://atermin.net/2007/02/26/faking-css-position-fixed-in-internet-explorer-6/#comment-1795</guid>
		<description>Thank you!  Using Microsoft CSS expressions does it faster and easier.  See http://www.howtocreate.co.uk/fixedPosition.html</description>
		<content:encoded><![CDATA[<p>Thank you!  Using Microsoft CSS expressions does it faster and easier.  See <a href="http://www.howtocreate.co.uk/fixedPosition.html" rel="nofollow">http://www.howtocreate.co.uk/fixedPosition.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.finefrog.com/2007/02/26/faking-css-position-fixed-in-internet-explorer-6/comment-page-1/#comment-1407</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Sat, 06 Sep 2008 19:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://atermin.net/2007/02/26/faking-css-position-fixed-in-internet-explorer-6/#comment-1407</guid>
		<description>perfect, thank you.</description>
		<content:encoded><![CDATA[<p>perfect, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jordoncm</title>
		<link>http://www.finefrog.com/2007/02/26/faking-css-position-fixed-in-internet-explorer-6/comment-page-1/#comment-1171</link>
		<dc:creator>jordoncm</dc:creator>
		<pubDate>Thu, 21 Aug 2008 02:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://atermin.net/2007/02/26/faking-css-position-fixed-in-internet-explorer-6/#comment-1171</guid>
		<description>Yeah if you are scrolling very quickly the Javascript that moves the div will be choppy. But that is about as good as it gets with IE6.

One thing you could try to make it a little smoother is to reduce the setInterval from 100 to something lower. 100 means it is correcting the position of the div ten times a second. You could drop that to 10 and have it run one hundred times a second, but the likelihood of getting that performance in practice is really low.

I know there are some other approaches to this problem out there, but I don&#039;t know how well they work.</description>
		<content:encoded><![CDATA[<p>Yeah if you are scrolling very quickly the Javascript that moves the div will be choppy. But that is about as good as it gets with IE6.</p>
<p>One thing you could try to make it a little smoother is to reduce the setInterval from 100 to something lower. 100 means it is correcting the position of the div ten times a second. You could drop that to 10 and have it run one hundred times a second, but the likelihood of getting that performance in practice is really low.</p>
<p>I know there are some other approaches to this problem out there, but I don&#8217;t know how well they work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sastro</title>
		<link>http://www.finefrog.com/2007/02/26/faking-css-position-fixed-in-internet-explorer-6/comment-page-1/#comment-1164</link>
		<dc:creator>sastro</dc:creator>
		<pubDate>Wed, 20 Aug 2008 14:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://atermin.net/2007/02/26/faking-css-position-fixed-in-internet-explorer-6/#comment-1164</guid>
		<description>Dude, only working with IE6 for a while. When you move the scroll bar over and over again, then the possision will follow the scroll bar. You should click the page again than fixed again.
But thx anyway.</description>
		<content:encoded><![CDATA[<p>Dude, only working with IE6 for a while. When you move the scroll bar over and over again, then the possision will follow the scroll bar. You should click the page again than fixed again.<br />
But thx anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kittah</title>
		<link>http://www.finefrog.com/2007/02/26/faking-css-position-fixed-in-internet-explorer-6/comment-page-1/#comment-741</link>
		<dc:creator>kittah</dc:creator>
		<pubDate>Wed, 09 Jul 2008 12:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://atermin.net/2007/02/26/faking-css-position-fixed-in-internet-explorer-6/#comment-741</guid>
		<description>brill :)</description>
		<content:encoded><![CDATA[<p>brill <img src='http://www.finefrog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

