<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1020314" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1020314</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/changing-images-js#comment-1124434</link>
    <description> &lt;p&gt;found a bloke to program it for me, cheers&lt;/p&gt;
 </description>
     <pubDate>Wed, 29 Jan 2003 03:53:28 +0000</pubDate>
 <dc:creator>Khanny</dc:creator>
 <guid isPermaLink="false">comment 1124434 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/changing-images-js#comment-1124410</link>
    <description> &lt;p&gt;if(aL(ID).src == &quot;arrowplus.gif&quot;)&lt;br /&gt;
    {&lt;br /&gt;
        aL(ID).src = &quot;arrowminus.gif&quot;;&lt;br /&gt;
    }&lt;br /&gt;
    else if(aL(ID).src == &quot;arrowminus.gif&quot;)&lt;br /&gt;
    {&lt;br /&gt;
        aL(ID).src = &quot;arrowplus.gif&quot;;&lt;br /&gt;
    }&lt;/p&gt;
&lt;p&gt;Try that instead. It might work. aLs is the divobject.style property aL is the divobject itself.&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Jan 2003 21:49:14 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1124410 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/changing-images-js#comment-1124231</link>
    <description> &lt;p&gt;gah, have spent 4 hours trying to get a bunch of different change image onClick scripts to work but can&#039;t &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;
 </description>
     <pubDate>Sun, 26 Jan 2003 14:27:08 +0000</pubDate>
 <dc:creator>Khanny</dc:creator>
 <guid isPermaLink="false">comment 1124231 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/changing-images-js#comment-1124224</link>
    <description> &lt;p&gt;hmm now it doesn&#039;t do anything:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://rules.swcombine.com/rulesmenu/hidetest.htm&quot; class=&quot;bb-url&quot;&gt;http://rules.swcombine.com/rulesmenu/hidetest.htm&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 26 Jan 2003 11:53:55 +0000</pubDate>
 <dc:creator>Khanny</dc:creator>
 <guid isPermaLink="false">comment 1124224 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/changing-images-js#comment-1124223</link>
    <description> &lt;p&gt;Nope. More like this:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;if(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;aLs&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ID&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;).&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;src &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;== \&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;arrowplus.gif\&quot;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aLs(ID).src = \&quot;arrowminus.gif\&quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; else if(aLs(ID).src == \&quot;arrowminus.gif\&quot;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aLs(ID).src = \&quot;arrowplus.gif\&quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 26 Jan 2003 11:43:28 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1124223 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/changing-images-js#comment-1124221</link>
    <description> &lt;p&gt;*frowns*&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;void(0);&quot;&gt;General&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;img src=&quot;arrowplus.gif&quot; id=&quot;plus&quot; /&gt;&lt;/p&gt;
&lt;p&gt;You mean change it to this?:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;void(0);&quot;&gt;General&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;img src=&quot;arrowminus.gif&quot; id=&quot;plus&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 26 Jan 2003 11:12:11 +0000</pubDate>
 <dc:creator>Khanny</dc:creator>
 <guid isPermaLink="false">comment 1124221 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/changing-images-js#comment-1124219</link>
    <description> &lt;p&gt;Rather than changing visibility of &quot;plus&quot;, change its .src to arrowminus.gif or whatever your minus image is called. Then change it back to arrowplus.gif instead of making it visible. &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>Sun, 26 Jan 2003 11:06:33 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1124219 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/changing-images-js#comment-1124217</link>
    <description> &lt;p&gt;this is prolly just my total lack of JS knowledge but how do I get it to show the minus image after it&#039;s hidden the plus one&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://rules.swcombine.com/rulesmenu/hidetest.htm&quot; class=&quot;bb-url&quot;&gt;http://rules.swcombine.com/rulesmenu/hidetest.htm&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 26 Jan 2003 11:01:39 +0000</pubDate>
 <dc:creator>Khanny</dc:creator>
 <guid isPermaLink="false">comment 1124217 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/changing-images-js#comment-1124211</link>
    <description> &lt;p&gt;Works partially in Moz 1.2 for me. Menu expands, but height is added on each time when collapsing and expanding.&lt;/p&gt;
&lt;p&gt;The code is quite a mess. I suggest you validate and try doing it with CSS/lists first. dk&#039;s tutorial is a good lead. Also check out &lt;a href=&quot;http://www.dynamicdrive.com/dynamicindex1/navigate1.htm&quot; class=&quot;bb-url&quot;&gt;http://www.dynamicdrive.com/dynamicindex1/navigate1.htm&lt;/a&gt;. &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;
 </description>
     <pubDate>Sun, 26 Jan 2003 10:23:36 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1124211 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/changing-images-js#comment-1124209</link>
    <description> &lt;p&gt;gah, pretty much everything JS i&#039;ve tried has never worked in Opera. Given up on it.&lt;/p&gt;
&lt;p&gt;Not to worried bout Opera, not many of our players use that browser.&lt;/p&gt;
 </description>
     <pubDate>Sun, 26 Jan 2003 10:15:54 +0000</pubDate>
 <dc:creator>Khanny</dc:creator>
 <guid isPermaLink="false">comment 1124209 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
