• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Firefox and Javascript

FrogDog

Diamond Member
Tigramenu, from softcomplex.com is what I am using, and Firefox (1.0.6) refuses to load it. The funny thing is that it will load it when all of the files (HTML, CSS, JS) are stored locally, but not from the server. IE has no problem either way.

The output of the JavaScript Console on Firefox reports, "Error: menu not defined" on the line where the script is trying to load (the function is called menu). This tells me that it's probably not loading the source files for some reason...

Here's the page. Yeah, I know the menu isn't in the right spot. Unfortunately it doesn't place itself based on the HTML, but somewhere in the JS. Again, Firefox DOES load the menu when I load the page locally, but not, as you can probably see, when loaded from the server. Any idea what this could be?
 
I believe your slashes are backwards.
<script type="text/javascript" src="..\jsSource\menu.js"></script>
<script ltype="text/javascript" src="..\jsSource\menu_items.js"></script>
<script type="text/javascript" src="..\jsSource\menu_tpl.js"></script>
 
Back
Top