Hi all!
I'm very very new at this but was hoping someone could please help me.
I am building a webpage where I want images which I've got in a table to enlarge when a user mouses over them. So I found this great script, which is just dandy for the FIRST image:
The script that works great for the first image on my page is: <img src="images/Products/extremecleannew.jpg" width=41 height=52 onmouseover="this.style.zoom='1000%'" onmouseout="this.style.zoom='normal'">
So I do the same thing on the next image and it doesn't work! Am I missing something here or is is not supposed to work if you have more than one image on a page?
Thanks in advance for any help to this newbie.
Janet



Reply With Quote


Bookmarks