<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1014835" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1014835</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-not-head-head#comment-1085623</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Mark Hensler &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;does self.src work? &lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;hm? &lt;/p&gt;
&lt;p&gt;well, i realize, i really have to take some time to learn some javascript...&lt;/p&gt;
 </description>
     <pubDate>Fri, 20 Jul 2001 07:22:25 +0000</pubDate>
 <dc:creator>merlin</dc:creator>
 <guid isPermaLink="false">comment 1085623 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-not-head-head#comment-1085618</link>
    <description> &lt;p&gt;does self.src work?&lt;/p&gt;
 </description>
     <pubDate>Fri, 20 Jul 2001 06:43:04 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1085618 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-not-head-head#comment-1085616</link>
    <description> &lt;p&gt;thanks bubbleman, it works. but only in ie, not in nn (nn is standard in our company &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt; ). &lt;/p&gt;
&lt;p&gt;anyway, it&#039;s exactly what i was looking for!&lt;/p&gt;
 </description>
     <pubDate>Fri, 20 Jul 2001 05:47:16 +0000</pubDate>
 <dc:creator>merlin</dc:creator>
 <guid isPermaLink="false">comment 1085616 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Example for you!</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-not-head-head#comment-1085581</link>
    <description> &lt;p&gt;I never use BODY HEAD or HTML tags...Here is one with a roll-over image:&lt;/p&gt;
&lt;p&gt;&lt;img name=&quot;image&quot; src=&quot;*the first pic*&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 19 Jul 2001 17:16:45 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1085581 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-not-head-head#comment-1085576</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The below url has a working example including the code for &quot;mouseover effect&quot; using Javascript.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://bignosebird.com/js/mouse.shtml&quot; class=&quot;bb-url&quot;&gt;http://bignosebird.com/js/mouse.shtml&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
 </description>
     <pubDate>Thu, 19 Jul 2001 15:42:02 +0000</pubDate>
 <dc:creator>NSS</dc:creator>
 <guid isPermaLink="false">comment 1085576 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-not-head-head#comment-1085564</link>
    <description> &lt;p&gt;thank you taff. &lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: The reasoning here, in simplistic terms, is to ensure that the script is loaded before it is called. &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; convinces me. &lt;/p&gt;
&lt;p&gt;well, since this mouseover is not THAT important, i just start the animation after n seconds and don&#039;t make the mouseover. &lt;/p&gt;
&lt;p&gt;except anyone else knows a way? &lt;/p&gt;
&lt;p&gt;thanks anyway! &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>Thu, 19 Jul 2001 11:30:23 +0000</pubDate>
 <dc:creator>merlin</dc:creator>
 <guid isPermaLink="false">comment 1085564 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-not-head-head#comment-1085560</link>
    <description> &lt;p&gt;The script itself should be in the header and called from the body. The reasoning here, in simplistic terms, is to ensure that the script is loaded before it is called.&lt;/p&gt;
&lt;p&gt;There ARE cases where a script can reside in the body but mouseovers aren&#039;t one of them.&lt;/p&gt;
&lt;p&gt;I do recall seeing the following structure depicted somewhere:&lt;/p&gt;
&lt;p&gt;*&lt;br /&gt;
*&lt;/p&gt;
&lt;p&gt;&amp;lt;script&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;*&lt;br /&gt;
*&lt;/p&gt;
&lt;p&gt;I have no idea if this works.&lt;/p&gt;
&lt;p&gt;For samples try javascripts.com&lt;br /&gt;
For a tutorial try &lt;a href=&quot;http://webteacher.com/javascript/&quot; class=&quot;bb-url&quot;&gt;http://webteacher.com/javascript/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 19 Jul 2001 10:58:54 +0000</pubDate>
 <dc:creator>taff</dc:creator>
 <guid isPermaLink="false">comment 1085560 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
