<?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"
	>
<channel>
	<title>Comments on: HTML Tooltips</title>
	<atom:link href="http://www.davidcramer.net/code/6/html-tooltips.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.davidcramer.net/code/6/html-tooltips.html</link>
	<description>A blog about Django, JavaScript, CSS, and general web development.</description>
	<pubDate>Mon, 08 Sep 2008 11:33:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Feryt</title>
		<link>http://www.davidcramer.net/code/6/html-tooltips.html#comment-104</link>
		<dc:creator>Feryt</dc:creator>
		<pubDate>Thu, 31 Aug 2006 10:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://mmotheatre.com/~dcramer/code/javascript/6/html-tooltips.html#comment-104</guid>
		<description>Hi, thanks for greath JS, but i found one issue.
Caling "window.onload = initTips;" is not good as it overwrites previos event bindings.
Use "window.onload += initTips;" instead.

Regards.
F.S.</description>
		<content:encoded><![CDATA[<p>Hi, thanks for greath JS, but i found one issue.<br />
Caling &#8220;window.onload = initTips;&#8221; is not good as it overwrites previos event bindings.<br />
Use &#8220;window.onload += initTips;&#8221; instead.</p>
<p>Regards.<br />
F.S.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
