<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1036456" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1036456</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tooltip-mousetracking-problem#comment-1209763</link>
    <description> &lt;p&gt;I am lost for words, mate. I didn&amp;#8217;t expect anyone to play with it that much. I believe if you posted your modifications to &lt;a href=&quot;http://www.dustindiaz.com/sweet-titles-finalized/&quot; class=&quot;bb-url&quot;&gt;dustindiaz.com/sweet-titles-finalized/&lt;/a&gt;  you&amp;#8217;ll find many more thankful people. And guess what&amp;#8230;.your mod is working fine in IE as well. I am launching my new web site on 20. November, so I&amp;#8217;ll send you the link. You might be interested in taking part in it. It is a global charity project and if you suggest a charity from New Zealand, they&amp;#8217;ll benefit from it.&lt;br /&gt;
Once again, THANK YOU.&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Oct 2006 23:44:22 +0000</pubDate>
 <dc:creator>frofi</dc:creator>
 <guid isPermaLink="false">comment 1209763 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tooltip-mousetracking-problem#comment-1209758</link>
    <description> &lt;p&gt;You may not still be interested, but...  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;There are a couple of minor issues with the previous script I posted, so I modified it again for the version attached in this post.&lt;/p&gt;
&lt;p&gt;- With mouse tracking, the tooltip jumps around a bit if you move it near the edges of your browser window, which isn&#039;t very nice.  Now it keeps still in two of three edge cases, and hops around only when it makes sense to.&lt;/p&gt;
&lt;p&gt;- Diaz&#039;s original uses innerHTML to populate the tooltip -- that&#039;s not in the DOM-2 spec and should be avoided if possible.  I rewrote that bit with only DOM-2 interfaces and methods.&lt;/p&gt;
&lt;p&gt;However, again, I haven&#039;t tested it much (especially not in IE).  Still works in Konqueror 3.5 and Firefox 2.0.&lt;/p&gt;
&lt;p&gt;And if the tooltip&#039;s appearance is any different, you&#039;ll only need to tweak your CSS to suit.  I&#039;ve attached a new default CSS file that styles it to look the same as the original default.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Oct 2006 22:10:40 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1209758 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tooltip-mousetracking-problem#comment-1209747</link>
    <description> &lt;p&gt;PERFECT!!!! You&#039;re THE MAN!&lt;br /&gt;
Thank you.&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Oct 2006 16:06:57 +0000</pubDate>
 <dc:creator>frofi</dc:creator>
 <guid isPermaLink="false">comment 1209747 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tooltip-mousetracking-problem#comment-1209746</link>
    <description> &lt;p&gt;It can be done.  But there are a couple of points to keep in mind:&lt;/p&gt;
&lt;p&gt;- For one, as I said, it&#039;s not conventional to have a tracking tooltip, so it will somewhat defeat the purpose of the script, imo.&lt;/p&gt;
&lt;p&gt;- It takes a lot more work by the script track the pointer, since it has to trigger an event for every unit of movement -- usually non-uniform.  When many events queue up or conflict, the tooltip might flicker, appear offset, move around, or fail to disappear.&lt;/p&gt;
&lt;p&gt;That said, attached to this post is a modified version of sweetTitles.js from the package you linked, with support for tracking tooltips.&lt;/p&gt;
&lt;p&gt;Works pretty smoothly in Konqueror 3.5 and Firefox 2.0.  While I took some measures to avoid weird behaviour, it&#039;s only a quick hack.  I haven&#039;t tested it much, so keep in mind my second point above as a disclaimer.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I guess you&#039;ll have to apply your own adjustments again.  Hope they don&#039;t conflict.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Oct 2006 16:00:30 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1209746 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tooltip-mousetracking-problem#comment-1209742</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Abhishek Reddy;209741 wrote:&lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;As I understand it, you want for the tooltip box, when visible, to move as you move the mouse. &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;That&#039;s exactly what I mean. There will be more images close to each other and I need the tooltip to copy the mouse movement. Otherwise the user might get the idea they need to click the link inside the tooltip and start chasing it. If it moves along with the pointer it will be obvious the tooltip is just a description of the image.&lt;br /&gt;
Can you fix it?&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Oct 2006 13:50:42 +0000</pubDate>
 <dc:creator>frofi</dc:creator>
 <guid isPermaLink="false">comment 1209742 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tooltip-mousetracking-problem#comment-1209741</link>
    <description> &lt;p&gt;Can you explain in more detail?&lt;/p&gt;
&lt;p&gt;As I understand it, you want for the tooltip box, when visible, to move as you move the mouse.  That&#039;s not generally how tooltips work so I&#039;m not sure it&#039;s a good idea.  Once visible, a tooltip stays put until it becomes invisible again.&lt;/p&gt;
&lt;p&gt;Or do you mean it doesn&#039;t show up in the right place at all?&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Oct 2006 12:51:23 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1209741 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
