<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: How To Do Easy Tooltip Popups</title>
	<link>http://www.pat-burt.com/web-development/how-to-do-easy-tooltip-popups/</link>
	<description>Patrick Burt</description>
	<pubDate>Thu, 28 Aug 2008 18:49:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Patrick Burt</title>
		<link>http://www.pat-burt.com/web-development/how-to-do-easy-tooltip-popups/#comment-2815</link>
		<author>Patrick Burt</author>
		<pubDate>Mon, 24 Mar 2008 17:31:45 +0000</pubDate>
		<guid>http://www.pat-burt.com/web-development/how-to-do-easy-tooltip-popups/#comment-2815</guid>
		<description>That won't work. In your browser, do View Source, and look at me Close Me link's code.</description>
		<content:encoded><![CDATA[<p>That won&#8217;t work. In your browser, do View Source, and look at me Close Me link&#8217;s code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mat</title>
		<link>http://www.pat-burt.com/web-development/how-to-do-easy-tooltip-popups/#comment-2813</link>
		<author>Mat</author>
		<pubDate>Mon, 24 Mar 2008 17:29:26 +0000</pubDate>
		<guid>http://www.pat-burt.com/web-development/how-to-do-easy-tooltip-popups/#comment-2813</guid>
		<description>well, I must do something wrong... it works when the link is outside the tooltip, but not when inside )-:
Here's my code :


  Eat your vegetables. Brush Your Teeth
    &lt;a href="void(0)" rel="nofollow"&gt;CLOSE ME&lt;/a&gt;
  


Is there something I can change ?

Thanks again.</description>
		<content:encoded><![CDATA[<p>well, I must do something wrong&#8230; it works when the link is outside the tooltip, but not when inside )-:<br />
Here&#8217;s my code :</p>
<p>  Eat your vegetables. Brush Your Teeth<br />
    <a href="void(0)" rel="nofollow">CLOSE ME</a></p>
<p>Is there something I can change ?</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Burt</title>
		<link>http://www.pat-burt.com/web-development/how-to-do-easy-tooltip-popups/#comment-2812</link>
		<author>Patrick Burt</author>
		<pubDate>Mon, 24 Mar 2008 17:06:27 +0000</pubDate>
		<guid>http://www.pat-burt.com/web-development/how-to-do-easy-tooltip-popups/#comment-2812</guid>
		<description>Hi Mat,

Thanks for the comment.
Take out the onmouseout event.
Create a link. and put the onmouseout event in an onClick event in the A tag. :)

&lt;a href="javascript:void(0)" onClick="document.getElementById(’tt1′).style.display=’none’" rel="nofollow"&gt;CLOSE ME&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi Mat,</p>
<p>Thanks for the comment.<br />
Take out the onmouseout event.<br />
Create a link. and put the onmouseout event in an onClick event in the A tag. <img src='http://www.pat-burt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="javascript:void(0)" onClick="document.getElementById(’tt1′).style.display=’none’" rel="nofollow">CLOSE ME</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mat</title>
		<link>http://www.pat-burt.com/web-development/how-to-do-easy-tooltip-popups/#comment-2810</link>
		<author>Mat</author>
		<pubDate>Mon, 24 Mar 2008 16:06:34 +0000</pubDate>
		<guid>http://www.pat-burt.com/web-development/how-to-do-easy-tooltip-popups/#comment-2810</guid>
		<description>Hi,
thanks for making things so clear and easy.
I changed the code of your example so that the tooltip contains text and images, and is opened by the "onClick" event. Now I would like to add a link inside the tooltip, in order to close it (instead of the "onmouseout" event)... Is it possible ? (I'm a beginner in javascript!)

Thanks in advance
Mathieu</description>
		<content:encoded><![CDATA[<p>Hi,<br />
thanks for making things so clear and easy.<br />
I changed the code of your example so that the tooltip contains text and images, and is opened by the &#8220;onClick&#8221; event. Now I would like to add a link inside the tooltip, in order to close it (instead of the &#8220;onmouseout&#8221; event)&#8230; Is it possible ? (I&#8217;m a beginner in javascript!)</p>
<p>Thanks in advance<br />
Mathieu</p>
]]></content:encoded>
	</item>
</channel>
</rss>
