Javascript Help

Can anyone help me with a javascript that onmouseover not only changes the image but also the pixel map (USEMAP html feature) that I want to go with it.

Here is my page:
http://www11.brinkster.com/joetheblow/jtbDesigns.htm

The image I use is on the right called jtb Navigation. on mouse over it expands into another image. That image uses a map o that the areas can be clicked on. I want it so if I had a buttons that changed on image and that image had a USEMAP to go with it.

It should be easy but i can't seem to figure it out.... so I guess it isn't that easy for me.
2,026 views 6 replies
Reply #1 Top
Not sure if you can change the attached imagemap. Not too familiar with the new DOM and stuff, with all it's rewriting tricks. Would seem like too much work for me.

Why don't you use separate layers instead? Make one layer visible, hide the others and so on? Then you could use different combinations of imagemaps and images per layer.
Reply #3 Top
< a href="jtbSignIN . htm" target=_top onmouseover="document.image3.src = jtbSignINAnime.src"
onmouseout=".....

Can I somehow use another funtion to the "onmouseover"?

Like: onmouseout="blah blah=44" and "yoda = starwars"

?

Thanks for your help!!!
Reply #4 Top
I ment like:
onmouseover="blah blah=44" and "yoda = starwars"


I feel so sill asking this question.... just use flash, would be somebodies answer.....

*sigh*
Reply #5 Top
Check here to see if this is a help.
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/properties/usemap.asp

Powered by SkinBrowser!
Reply #6 Top
THANK YOU!!! This will help me greatly.