Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I need JS to swap out an image map as well as an image OnMouseOver

Status
Not open for further replies.

DolphinSnot

Programmer
Mar 27, 2001
1
US
Hi all. I have been researching this problem for days now and have had very little luck finding a solution.

I have created a web page with a top-level navigation bar containing 6 buttons (about, links, etc.) On rollover, I have 6 different .gifs that pop up and contain the deeper navigation buttons (about/the process about/the institute; links/legislative links/industry; etc.).

The top-level buttons are individual images, but the rollovers each require a unique image map.

I can't seem to find any information on how to swap out an image map as well as an image OnMouseOver.

can anyone help?

thank ya,

-DolphinSnot
 
Hi,

try this:

function hidethis(target) {
eval(target.visibility = "hidden"
}


Suc6
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top