Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:15
Menus not showing in Firefox
Poster: Roy Evans
Dated: Wednesday August 11 2004 - 10:53:46 BST
Hi all
I have a horizontal menu bar using the popup function positioned using images and although it seems to work fine in IE, Firefox can't seem to see them at all.
The URL is http://www.villagefs.co.uk/roy/
Any help or advice would be greatly appreciated and also for anyone using different browsers, I would welcome feedback.
Thanks in advance,
Roy
Poster: Ruth
Dated: Wednesday August 11 2004 - 22:20:36 BST
It seems that firefox won't accept just the name= you need to include id= also
Code:
<a onmouseover="popup('About','but_about',1,-1);" onmouseout="popdown();" href="#"><img alt="" border="0" height="21" width="81" src="but_about.gif" name="but_about" id="but_about"></a>
With the id= added the menu works in Firebird .07 [now firefox]
Ruth