<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Using standard DOM event methods for Internet Explorer</title>
	<link>http://www.webinmind.net/2006/06/02/using-standard-dom-event-methods-in-internet-explorer/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Thu, 11 Mar 2010 17:07:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Mashhoor Al Dubayan</title>
		<link>http://www.webinmind.net/2006/06/02/using-standard-dom-event-methods-in-internet-explorer/#comment-38</link>
		<dc:creator>Mashhoor Al Dubayan</dc:creator>
		<pubDate>Fri, 16 Jun 2006 14:37:12 +0000</pubDate>
		<guid>http://www.webinmind.net/2006/06/02/using-standard-dom-event-methods-in-internet-explorer/#comment-38</guid>
		<description>Hmm.. both procduced the same results under standards mode. Are you sure about that?</description>
		<content:encoded><![CDATA[<p>Hmm.. both procduced the same results under standards mode. Are you sure about that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Vance</title>
		<link>http://www.webinmind.net/2006/06/02/using-standard-dom-event-methods-in-internet-explorer/#comment-36</link>
		<dc:creator>John Vance</dc:creator>
		<pubDate>Mon, 12 Jun 2006 22:25:19 +0000</pubDate>
		<guid>http://www.webinmind.net/2006/06/02/using-standard-dom-event-methods-in-internet-explorer/#comment-36</guid>
		<description>oEvent.pageX = oEvent.clientX + document.body.scrollLeft;
oEvent.pageY = oEvent.clientY + document.body.scrollTop;

This only works in IE quirks mode.  In standards mode, you have to use document.documentElement.scrollLeft and document.documentElement.scrollTop.</description>
		<content:encoded><![CDATA[<p>oEvent.pageX = oEvent.clientX + document.body.scrollLeft;<br />
oEvent.pageY = oEvent.clientY + document.body.scrollTop;</p>
<p>This only works in IE quirks mode.  In standards mode, you have to use document.documentElement.scrollLeft and document.documentElement.scrollTop.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
