Multiple Rollover Hotlinks?

Kornowski

VIP Member
I have an image that I want to be able to add different hotpoints to. I want it so that when you have your mouse over this certain hotpoint, it acts like a rollover image and changes. If that makes any sense?

I'm making a selection screen for my site and I have different items, when they're hovered over, I want the image to change. So that the item glows.

I have all the images made, I just need to know if there's a way to do this?

Thanks!
 
I'm pretty sure this is how you do it...

Code:
<img src="image1.gif"
onmouseover="image2.gif"
onmouseout="image1.gif">

something like that :P
 
Last edited:
Thanks, Craig. It's kind of what I want, but it's certain parts of the image that I want to trigger the image change.

I have some items on a table, when the mouse rolls over the camera, I want the image to change, so that the camera is glowing. Same when the mouse rolls over the video tape, that kind of thing. ;)
 
Don't know if this will help

At the bottom of the page ("More Examples") there is "Create an image map" and "Turn an image into an image map".

I know this isn't exactly what you want but maybe you can incorporate it/modify it?!

Doug.

Edit: Maybe change the image source..? So you have several images, each own with a different itme illuminated so it changes the entire picture when you roll over it?
 
Last edited:
ooooooh I know what you mean! That would have to be something flashed based wouldn't it?

Yeah, I may have to use Flash to do it. I'll check it out!

Don't know if this will help

At the bottom of the page ("More Examples") there is "Create an image map" and "Turn an image into an image map".

I know this isn't exactly what you want but maybe you can incorporate it/modify it?!

Doug.

Edit: Maybe change the image source..? So you have several images, each own with a different itme illuminated so it changes the entire picture when you roll over it?

Was similar to what I'm after, but I don't think it'd really work. Thanks for the suggestion though!

I have 6 images already made, each with a different area illuminated, it's just the method of making it work that I don't know how to do.

Would Dreamweaver work for this? I use to do something similar when I used it..

Yeah, it's Dreamweaver that I'm trying to do it in, so I'm not too sure.
 
Back
Top