Roll Over Button Help??

M

MarkPearson

Hello Techie Friends,

I am trying to add some new links to my left hand column of

www.rosesbydesign.com

As you can see some of the buttons no longer scroll over!

This is the code, now I have both images uploaded, but dont understand why the new buttons are not changing when the mouse moves over them.

Can anyone help?

Code:
      <tr> 
        <td bgcolor="#eb5e38"> [url="products.php?cat=3"][img]menu2.png[/img][/url]
 
           [url="products.php?cat=1"][img]menu3.png[/img][/url]
 
          [url="products.php?cat=6"][img]menu4.png[/img][/url]
 
          [url="products.php?cat=25"][img]menubouquet.png[/img][/url]

          [url="products.php?cat=27"][img]roseschampagne.png[/img][/url]        
         [url="products.php?cat=6"][img]goldsilvereffect.png[/img][/url]
 
          
[url="products.php?cat=16"][img]addyourmessage1.png[/img][/url]

[url="products.php?cat=16"][img]addcustommessage1.png[/img][/url]

          [url="gallery.php"][img]menu5.png[/img][/url]
 
          [url="products.php?cat=2"][img]menu6.png[/img][/url]

		  [url="products.php?cat=29"][img]menu9.png[/img][/url]</td>
 
C

Coding Monkey

I would guess it's because they've both referring to

Code:
name="Image9"

And your JavaScript has a duplicate
Code:
MM_swapImage&#40;'Image9',

Change one of them to like Image99 and the other to Image98 and the name="Image99" and name="Image98" and see what happens.
 
Upvote 0

Latest Articles