Roll Over Button Help??

  • Thread starter Thread starter MarkPearson
  • Start date Start date
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>
 
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
Yes, Tom

I thought it was this, but would this ne inserting 'image9' etc?

As I can not find a file called this on my server?
 
Upvote 0
The "image" bit is just a name for the javascript and not refering to an actual file.

You may want to change your images to gifs rather than png files as well... they will be a lot smaller and so quicker loading.
 
Upvote 0

Latest Articles