Forum Moderators: open

Message Too Old, No Replies

netscape 6 not showing rollover drop domn menus

         

astoller

10:08 am on Jan 9, 2004 (gmt 0)

10+ Year Member



Can you help with this one please?
<No URLs, please. See TOS [webmasterworld.com]>

The horizontal links(corporate, services etc) show rollover drop donws in ie6 but not in netscape 6
What do I need to change in the code to make them work?
Yur help would be much appreciated.
Art

[edited by: tedster at 4:20 pm (utc) on Jan. 9, 2004]

hartlandcat

10:20 am on Jan 9, 2004 (gmt 0)

10+ Year Member



By "Netscape 6", do you mean Netscape 6.0, Netscape 6.1/6.2, Netscape 6.0+ (including Netscape 7) or Netscape 6.1+ (including Netscape 7)?

thehittmann

10:20 am on Jan 9, 2004 (gmt 0)

10+ Year Member



Firstly, you're not allowd to post urls in these forums.

Next thing, is it a html drop down or a java drop down. If it's java...make sure that you have java enabled for Netscape.

astoller

10:36 am on Jan 9, 2004 (gmt 0)

10+ Year Member



Below is the code for 1 item on the menu .
So I guess its javascript.(sorry its lengthy)
The browser is netscape 6.2
Art

<a href="corporate_main.htm" onMouseOut="MM_swapImgRestore();MM_showHideLayers('navigation','','hide')" onMouseOver="MM_swapImage('Image12','','images/corporate_link_over.gif',1);MM_showHideLayers('navigation','','show')" target="content"><img name="Image12" border="0" src="images/corporate_link_up.gif" width="86" height="21"></a><a onMouseOut="MM_swapImgRestore();MM_showHideLayers('navigation61','','hide')" onMouseOver="MM_swapImage('Image13','','images/services_link_over.gif',1);MM_showHideLayers('navigation61','','show')" href="#" ><img name="Image13" border="0" src="images/services_link_up.gif" width="83" height="21"></a><a onMouseOut="MM_swapImgRestore();MM_showHideLayers('navigation5','','hide')" onMouseOver="MM_swapImage('Image15','','images/news_link_over.gif',1);MM_showHideLayers('navigation5','','show')" href="#" ><img name="Image15" border="0" src="images/news_link_up.gif" width="61" height="21"></a><a href="links.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image16','','images/links_link_over.gif',1)" target="content"><img name="Image16" border="0" src="images/links_link_up.gif" width="63" height="21"></a><a href="#" onMouseOut="MM_swapImgRestore();MM_showHideLayers('navigaton2','','hide')" onMouseOver="MM_swapImage('Image17','','images/enquire_link_over.gif',1);MM_showHideLayers('navigaton2','','show')"><img name="Image17" border="0" src="images/enquire_link_up.gif" width="80" height="21"></a><a onMouseOut="MM_swapImgRestore();MM_showHideLayers('navigation3','','hide')" onMouseOver="MM_swapImage('Image18','','images/findus_link_over.gif',1);MM_showHideLayers('navigation3','','show')" href="#" ><img name="Image18" border="0" src="images/findus_link_up.gif" width="77" height="21"></a><a href="catalogue.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image19','','images/catalogue_link_over.gif',1)" target="content"><img name="Image19" border="0" src="images/catalogue_link_up.gif" width="91" height="21"></a>

hartlandcat

2:19 pm on Jan 9, 2004 (gmt 0)

10+ Year Member



What does Netscape 7.0 do?

thehittmann

3:48 pm on Jan 9, 2004 (gmt 0)

10+ Year Member



i have netscape 7 and on the page it does nothing for me cos i use netscape 7 to test sites for that reason....because i dont have java for it. The normal rule is that any links that you have scripted, duplicate them somewhere else in plain text. That way your site is more accessable by everyone (including spiders)

DrDoc

4:16 pm on Jan 9, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



What does the actual JavaScript portion look like? I assume it's using document.all style syntax...