HTML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignHTML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old August 11th, 1999, 07:28 AM
bolt
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Hello

I have the following menu system, which uses the third image of a multiple mouseover to display and link to other pages. the third image being the imagemap !

Trouble is I cant find how to achieve the last stage. getting the links on the image map, and also changing the links with each imagemap selected.

<Script>
{
// submenu is third image of mouseover

submenu0 = new image();
submenu0 = "images/subm_blankov.gif";

submenu1 = new image();
submenu1 = "images/subm_photosov.gif";

submenu2 = new image();
submenu2 = "images/subm_newsov.gif";

// menu options

menu1 = new image();
menu1.src ="images/m_photos.gif
menu1on = new image ();
menu1on.src = "images/m_photosov.gif

menu2 = new image();
menu2.src ="images/m_news.gif
menu2on = new image ();
menu2on.src = "images/m_newsov.gif
}

function imagechange(imageid,imagename,imageid2,imagename2){
{ document.images[imageid].src = eval(imagename + ".src");
document.images[imageid2].src = eval(imagename + ".src");
}}

</script>

<A href "" onmouseout="imagechange('one','menu1') onmouseover="imagechange('global'.'submenu1','menu1on')"><img src="images/m_photos.gif width=113 height=19 name=one></a>

--
the problem is when M_photos.gif is displayed as an image map the links relating to that graphic remain even when the second menu option is selected and another image map is put in its place in the same screen space.

If any one can help, I will be most appreciative and if appropriate link you with a logo on my service clubs website. its the least I can do for an resolve on this one.

Cheers from

Bolt
Lions Clubs N.Z

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignHTML Programming > 3rd image mouseover - how to include imagemaps

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap