Menus showing in IE, but not in FF

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
wes-sollie
Beginner
Beginner
Posts: 3
Joined: Thu Oct 20, 2005 1:33 pm

Menus showing in IE, but not in FF

Post by wes-sollie »

The site is http://www.sollie.nl , the menus show perfectly in IE and pretty much in other browser.

But not in firefox *grmbl*

the menus are beeing called from a mouseover on a imagemap. This map changes with every menu u visit thru javascript. Works fine and everything but when the menus are attached to it in FF, it stop working.

Anyone encountered anything like this or might have a clue what it is please let me know, think i read about every post in here but i couldnt find anything similar.
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

I don't find any of the 3 Milonic code files in /js/, although the _data file is there.
John
wes-sollie
Beginner
Beginner
Posts: 3
Joined: Thu Oct 20, 2005 1:33 pm

Post by wes-sollie »

look better, they are very much there :) just checked
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Firefox cannot find the image that you are binding your menus to.

The reason for this is because Firefox looks for the id and not then name.

The fix is to add id=top8 where you declare the name, like this:

<TD><IMG height=39 alt="" src="sol_files/top8.gif" width=273 border=0
name=top8 id=top8></TD></TR>


Hope this helps,
Andy
wes-sollie
Beginner
Beginner
Posts: 3
Joined: Thu Oct 20, 2005 1:33 pm

Post by wes-sollie »

Awesome that works.

wasnt top8 btw but menu0 img, but same difference it works tnx alot!


milonic support > all
Post Reply