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.
Works in IE but not FireFox -Expected ':' but found '='
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
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
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>
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>