<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://www.netlobo.com/commentsrss.php?aid=56" rel="self" type="application/rss+xml" />
		<title>Comments on: Javascript Tool-tips</title>
		<description>Learn how to use Javascript to create tool-tips on your pages</description>
		<link>http://www.netlobo.com/comments/javascript_tooltips</link>
		<language>en-us</language>
		<copyright>Copyright 2010, Netlobo.com</copyright>
		<lastBuildDate>Tue, 20 Jul 2010 14:06:31 GMT</lastBuildDate>
		<generator>Netlobo In-house RSS v1.4</generator>
		<item>
			<title>Will</title>
			<description>Thanks.  What do I need to change in the js to have the tool tip only appear on hover? I have the css and &amp;lt;div&amp;gt; info setup already.</description>
			<link>http://www.netlobo.com/comments/javascript_tooltips#comment-580</link>
			<guid>http://www.netlobo.com/comments/javascript_tooltips#comment-580</guid>
			<pubDate>Tue, 20 Jul 2010 14:01:51 GMT</pubDate>
		</item>
		<item>
			<title>Mason</title>
			<description>How do I make the tooltip not follow the mouse and make it hoverable ( so i can move the mouse on to the tip to click on links)</description>
			<link>http://www.netlobo.com/comments/javascript_tooltips#comment-502</link>
			<guid>http://www.netlobo.com/comments/javascript_tooltips#comment-502</guid>
			<pubDate>Wed, 30 Dec 2009 01:44:36 GMT</pubDate>
		</item>
		<item>
			<title>BEBEN</title>
			<description>thanks...its usefully</description>
			<link>http://www.netlobo.com/comments/javascript_tooltips#comment-509</link>
			<guid>http://www.netlobo.com/comments/javascript_tooltips#comment-509</guid>
			<pubDate>Sat, 23 Jan 2010 02:56:55 GMT</pubDate>
		</item>
		<item>
			<title>naturalG</title>
			<description>To fix IE7 and IE6 mouse position bug just change definition of mouseCoords(ev):&lt;br /&gt;
&lt;pre&gt;
function mouseCoords(ev)
{
  if(ev.pageX || ev.pageY){
    return {x:ev.pageX, y:ev.pageY};
  }
  return {
    x:ev.clientX + (document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft),
    y:ev.clientY + (document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)
  };
}&lt;/pre&gt;</description>
			<link>http://www.netlobo.com/comments/javascript_tooltips#comment-291</link>
			<guid>http://www.netlobo.com/comments/javascript_tooltips#comment-291</guid>
			<pubDate>Mon, 21 Jul 2008 18:04:36 GMT</pubDate>
		</item>
		<item>
			<title>AJan</title>
			<description>&lt;br /&gt;
 nice script </description>
			<link>http://www.netlobo.com/comments/javascript_tooltips#comment-226</link>
			<guid>http://www.netlobo.com/comments/javascript_tooltips#comment-226</guid>
			<pubDate>Fri, 04 Apr 2008 08:59:31 GMT</pubDate>
		</item>
		<item>
			<title>Joakim</title>
			<description>I'll be waiting, as i still am using your fantastic tooltips (-:</description>
			<link>http://www.netlobo.com/comments/javascript_tooltips#comment-146</link>
			<guid>http://www.netlobo.com/comments/javascript_tooltips#comment-146</guid>
			<pubDate>Mon, 10 Dec 2007 21:57:19 GMT</pubDate>
		</item>
		<item>
			<title>lobo235</title>
			<description>I will put it on my to-do list and I will email you when I get to it.</description>
			<link>http://www.netlobo.com/comments/javascript_tooltips#comment-145</link>
			<guid>http://www.netlobo.com/comments/javascript_tooltips#comment-145</guid>
			<pubDate>Mon, 10 Dec 2007 20:15:32 GMT</pubDate>
		</item>
		<item>
			<title>Joakim</title>
			<description>Hi there.&lt;br /&gt;
I'm using your tooltip script, but have experienced an error. In IE7, when you scroll down the page, the tooltip stays in the top of the page, out of sight. Can you fix it? (-:&lt;br /&gt;
&lt;br /&gt;
Joakim</description>
			<link>http://www.netlobo.com/comments/javascript_tooltips#comment-142</link>
			<guid>http://www.netlobo.com/comments/javascript_tooltips#comment-142</guid>
			<pubDate>Fri, 07 Dec 2007 20:35:09 GMT</pubDate>
		</item>
	</channel>
</rss>

<!-- pageGen: 0.0018 secs -->
<!-- memcache hits: 2 memcache misses: 0 -->