Menus not showing in Firefox

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Roy Evans
Beginner
Beginner
Posts: 3
Joined: Wed Aug 11, 2004 10:49 am

Menus not showing in Firefox

Post by Roy Evans »

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
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

It seems that firefox won't accept just the name= you need to include id= also

Code: Select all

<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
Post Reply