<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1026675" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1026675</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/mouseover-flicker-make-it-go-away#comment-1160370</link>
    <description> &lt;p&gt;Many Thanks Greg,&lt;/p&gt;
&lt;p&gt;     I think that the issue has been resolved.  Take a look now ... there should be no flicker.  I had to use an entirely different approach.  I scrapped the CSS route as that just wasn&#039;t panning out.  The mouseover mouseout on the div tags was turning into a headache as well.&lt;/p&gt;
&lt;p&gt;     What I ended up doing was creating a table and put the initial image as the background of the table.  Then I placed the table of links inside the first table with its visibility initially set to off (or display:none).  On a mouseover of the first table I change the background image to nothing and turn the visibility of the link table on.  &lt;/p&gt;
&lt;p&gt;     It works beautifully.  I&#039;ll leave this test site up for a bit incase anyone else is having this problem.  Just do a view source and grab what you need.&lt;/p&gt;
 </description>
     <pubDate>Wed, 13 Oct 2004 00:10:54 +0000</pubDate>
 <dc:creator>sybru</dc:creator>
 <guid isPermaLink="false">comment 1160370 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/mouseover-flicker-make-it-go-away#comment-1160353</link>
    <description> &lt;p&gt;I don&#039;t know for sure, but my first guess would be the fact that when you hide the image (or put the table on top of it), the image is no longer there to activate the &quot;onmouseover&quot;, so then it will execute the &quot;onmouseout&quot; as soon as the image is gone, hense the &quot;flicker&quot;, becasue thent he image comes back which again causes the swap again to get rid of the image. (It appears if you hold your mouse still, the &quot;onmouseout&quot; won&#039;t trigger if you are on same exact location when &quot;onmouseover&quot; triggers).&lt;/p&gt;
&lt;p&gt;Suggestion: put the &quot;onmouseout&quot; on the table content (if pssoible), as it would only need to trigger if the table is already showing.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Tue, 12 Oct 2004 14:55:44 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1160353 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
