<?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: Fading JavaScript Tooltips 2kb</title>
	<atom:link href="http://www.leigeber.com/2008/06/javascript-tooltip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leigeber.com/2008/06/javascript-tooltip/</link>
	<description>This web development blog features fresh articles on JavaScript, AJAX, CSS, XHTML, PHP, Photoshop and more.</description>
	<pubDate>Thu, 20 Nov 2008 10:17:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: MyWeb2 &#187; Blog Arkiv &#187; CMS design - userfriendly design of your admin page</title>
		<link>http://www.leigeber.com/2008/06/javascript-tooltip/#comment-6007</link>
		<dc:creator>MyWeb2 &#187; Blog Arkiv &#187; CMS design - userfriendly design of your admin page</dc:creator>
		<pubDate>Mon, 03 Nov 2008 11:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=56#comment-6007</guid>
		<description>[...] is the first version which include a light version of Jquery, used for glide menu effect and a light weight (2kb) javascript tooltip function. As i mentioned this is an early version so if you have any ideas or comments plz feel [...]</description>
		<content:encoded><![CDATA[<p>[...] is the first version which include a light version of Jquery, used for glide menu effect and a light weight (2kb) javascript tooltip function. As i mentioned this is an early version so if you have any ideas or comments plz feel [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keefe</title>
		<link>http://www.leigeber.com/2008/06/javascript-tooltip/#comment-5988</link>
		<dc:creator>Keefe</dc:creator>
		<pubDate>Sat, 01 Nov 2008 08:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=56#comment-5988</guid>
		<description>In the demo it seems that you use javascript in the link itself and that is quite troublesome should the visitor have their javascript disabled. Is there anyway that the script can be modified to parse normal href links and shows the fading tooltip?</description>
		<content:encoded><![CDATA[<p>In the demo it seems that you use javascript in the link itself and that is quite troublesome should the visitor have their javascript disabled. Is there anyway that the script can be modified to parse normal href links and shows the fading tooltip?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey</title>
		<link>http://www.leigeber.com/2008/06/javascript-tooltip/#comment-5973</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Thu, 30 Oct 2008 01:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=56#comment-5973</guid>
		<description>I was playing around with this script and noticed that it had a tendency to be interrupted by other JS files also utilizing onmouseover.  My solution was thus to modify the fade function as follows:

if(d == -1){
    tt.style.display = 'none';
    document.onmousemove = null;
    tt = null;
}

This also had the benefit of not having the hidden div follow your cursor position on mouse out.  I only tested in FF 3.0 so let me know how this fares in other browsers.</description>
		<content:encoded><![CDATA[<p>I was playing around with this script and noticed that it had a tendency to be interrupted by other JS files also utilizing onmouseover.  My solution was thus to modify the fade function as follows:</p>
<p>if(d == -1){<br />
    tt.style.display = &#8216;none&#8217;;<br />
    document.onmousemove = null;<br />
    tt = null;<br />
}</p>
<p>This also had the benefit of not having the hidden div follow your cursor position on mouse out.  I only tested in FF 3.0 so let me know how this fares in other browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: insicdesigns</title>
		<link>http://www.leigeber.com/2008/06/javascript-tooltip/#comment-5961</link>
		<dc:creator>insicdesigns</dc:creator>
		<pubDate>Tue, 28 Oct 2008 13:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=56#comment-5961</guid>
		<description>2KB? wow amazing its so lightweight.</description>
		<content:encoded><![CDATA[<p>2KB? wow amazing its so lightweight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [javascript]jQueryやprototypeに依存しないツールチップ &#124; hayasaka修行ブログ～裏目人生脱却計画～</title>
		<link>http://www.leigeber.com/2008/06/javascript-tooltip/#comment-5910</link>
		<dc:creator>[javascript]jQueryやprototypeに依存しないツールチップ &#124; hayasaka修行ブログ～裏目人生脱却計画～</dc:creator>
		<pubDate>Tue, 21 Oct 2008 01:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=56#comment-5910</guid>
		<description>[...] Fading JavaScript Tooltips 2kb - Web Development Blogさんよりソースをダウンロードします。 Click here to download the script.からダウンロードすることができます。 [...]</description>
		<content:encoded><![CDATA[<p>[...] Fading JavaScript Tooltips 2kb - Web Development Blogさんよりソースをダウンロードします。 Click here to download the script.からダウンロードすることができます。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webdesignlab &#187; Blog Archive &#187; javascript tooltip</title>
		<link>http://www.leigeber.com/2008/06/javascript-tooltip/#comment-5852</link>
		<dc:creator>webdesignlab &#187; Blog Archive &#187; javascript tooltip</dc:creator>
		<pubDate>Sat, 11 Oct 2008 06:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=56#comment-5852</guid>
		<description>[...] javascript tooltip使おうと思っていていざ使うときにどわすれしていたのでメモ。prototype.js jQuery不要なツールチップ。   ﻿ [...]</description>
		<content:encoded><![CDATA[<p>[...] javascript tooltip使おうと思っていていざ使うときにどわすれしていたのでメモ。prototype.js jQuery不要なツールチップ。   ﻿ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freelance Website</title>
		<link>http://www.leigeber.com/2008/06/javascript-tooltip/#comment-5817</link>
		<dc:creator>Freelance Website</dc:creator>
		<pubDate>Mon, 29 Sep 2008 20:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=56#comment-5817</guid>
		<description>Great scripts.. thanks</description>
		<content:encoded><![CDATA[<p>Great scripts.. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: www.Raaj.com.np</title>
		<link>http://www.leigeber.com/2008/06/javascript-tooltip/#comment-5755</link>
		<dc:creator>www.Raaj.com.np</dc:creator>
		<pubDate>Sat, 13 Sep 2008 23:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=56#comment-5755</guid>
		<description>This tool tip can be even more optimized for better solution.


http://www.raaj.com.np/</description>
		<content:encoded><![CDATA[<p>This tool tip can be even more optimized for better solution.</p>
<p><a href="http://www.raaj.com.np/" rel="nofollow">http://www.raaj.com.np/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
