<?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: Using JavaScript to Remember the Scroll&#160;Position</title>
	<atom:link href="http://www.abeautifulsite.net/blog/2007/05/using-javascript-to-remember-the-scroll-position/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abeautifulsite.net/blog/2007/05/using-javascript-to-remember-the-scroll-position/</link>
	<description></description>
	<lastBuildDate>Thu, 02 Feb 2012 21:45:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Shaun</title>
		<link>http://www.abeautifulsite.net/blog/2007/05/using-javascript-to-remember-the-scroll-position/#comment-463</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Fri, 09 May 2008 16:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://abs.lavitech.com/?p=10#comment-463</guid>
		<description>It depends on the DOCTYPE in IE7.  I had to use documentElement for IE7 because of my doctype.  Because body.scrollLeft and body.scrollTop still have values and come out as true using your code.  But the values are 0,0 as Anthony stated.</description>
		<content:encoded><![CDATA[<p>It depends on the DOCTYPE in IE7.  I had to use documentElement for IE7 because of my doctype.  Because body.scrollLeft and body.scrollTop still have values and come out as true using your code.  But the values are 0,0 as Anthony stated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory LaViska</title>
		<link>http://www.abeautifulsite.net/blog/2007/05/using-javascript-to-remember-the-scroll-position/#comment-462</link>
		<dc:creator>Cory LaViska</dc:creator>
		<pubDate>Wed, 30 May 2007 19:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://abs.lavitech.com/?p=10#comment-462</guid>
		<description>Make sure the scrollbar is not actually at the [0,0] position when you call the function.  I just tested it in IE7 version 7.0.5730.11 and it outputs the correct results.</description>
		<content:encoded><![CDATA[<p>Make sure the scrollbar is not actually at the [0,0] position when you call the function.  I just tested it in IE7 version 7.0.5730.11 and it outputs the correct results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.abeautifulsite.net/blog/2007/05/using-javascript-to-remember-the-scroll-position/#comment-461</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Wed, 30 May 2007 16:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://abs.lavitech.com/?p=10#comment-461</guid>
		<description>The getscrollXY function doesn&#039;t seem to work in IE7.0,
the values returned is always [0,0]</description>
		<content:encoded><![CDATA[<p>The getscrollXY function doesn&#8217;t seem to work in IE7.0,<br />
the values returned is always [0,0]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

