tooie
03-09-2003, 10:29 PM
I have created rollovers that act as a cascading navigation menu. i used image maps to set the links to each of the items in the menu that appears under the main menu item, which is the image that the rollover is associated with -- with me so far?
the problem is that in order for it to work, i need to keep the image that has the rollover from having a target link. i have used the following line of code which works beautifully in IE...
<a onMouseover="swap(1,6)" onMouseout="swap(1,1)"><IMG SRC="images/banquets_nav.gif" name="banquets" WIDTH=140 HEIGHT=115 ALT="" USEMAP="#index_cut_07_Map" border=0></a>
what happens is that the onmouseover drops another menu below it (a different image) which has image maps for links.
the problem is that in netscape, apparently the onmouseover image must have it's own href destination, which does not serve my purpose.
is there any work around this? i need the rollover to work without a link associated with the onmouseover image.
hopefully i've expained this coherently! please feel free to post a response or email me a response at tooie@aol.com
thanks!
the problem is that in order for it to work, i need to keep the image that has the rollover from having a target link. i have used the following line of code which works beautifully in IE...
<a onMouseover="swap(1,6)" onMouseout="swap(1,1)"><IMG SRC="images/banquets_nav.gif" name="banquets" WIDTH=140 HEIGHT=115 ALT="" USEMAP="#index_cut_07_Map" border=0></a>
what happens is that the onmouseover drops another menu below it (a different image) which has image maps for links.
the problem is that in netscape, apparently the onmouseover image must have it's own href destination, which does not serve my purpose.
is there any work around this? i need the rollover to work without a link associated with the onmouseover image.
hopefully i've expained this coherently! please feel free to post a response or email me a response at tooie@aol.com
thanks!