Your custom.js is missing a number of variables and their settings that appear in the current distribution custom.js file. Either you have failed to upgrade custom.js or you got rid of those variables when you found they did nothing in IE.
You are missing at least these:
Code:
var allowPRINTING = false; // allow the navbar and menus to print (not ns4)
var arrWIDTH = 13; // [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 13; // [** new **] arrow height (not ns4/op5/op6)
var arrHOFFSET = -1; // [** new **] arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3; // [** new **] arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle"; // [** new **] arrow vertical align (not ns4/op5/op6)
var arrLEFT = "<"; // [** new **] left arrow (not ns4/op5/op6)
var arrRIGHT = ">"; // [** new **] right arrow (not ns4/op5/op6)
Try adding them in after:
Code:
var allowForSCALING = false; // allow for text scaling in mozilla 5
And configuring them. If that 'gets it,' fine. Otherwise you will need to download and use the new custom.js template. There could be other problems but, FF is throwing an error looking for them here.
Bookmarks