Works in IE but not FireFox -Expected ':' but found '='

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
mortner
Beginner
Beginner
Posts: 5
Joined: Wed Jan 25, 2006 1:23 am

Works in IE but not FireFox -Expected ':' but found '='

Post by mortner »

I am having a problem with my milonic menu. It works great in IE for PC but can not get it working in Mac or PC FireFox or Safari.

http://dev.formor.com

I get a expected ':' but found '=' at line 0 in my FireFox javascript debug tool.
I am using the popup and popdown fuctions on an image in a table.

Any help would be appreciated.
mortner
Beginner
Beginner
Posts: 5
Joined: Wed Jan 25, 2006 1:23 am

Post by mortner »

Actually now that I upgraded milonic the error I am getting is k_ has no properties in mmenudom.js line 20
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

It is something to do with your function about change image.

I am not conversant with function much, but I found this post which had to do with using popup and the macromedia swap and restore images functions and it may help you.

viewtopic.php?p=17850

Ruth
mortner
Beginner
Beginner
Posts: 5
Joined: Wed Jan 25, 2006 1:23 am

Post by mortner »

Yep that did the trick.
So for future ref. If you want to use images with rollover you have to have the image named for IE and you have to have the ID the same as the image name for NS, FireFox and Safari.


<img name="formor_template_10" id="formor_template_10" src="images/formor_template_10.jpg" width="166" height="24" border="0" alt=""></a></td>
Post Reply