Results 1 to 2 of 2

Thread: Top menu III does not work in Firefox

  1. #1
    Join Date
    Sep 2005
    Posts
    34
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Top menu III does not work in Firefox

    I've downloaded the current release for FireFox, and my site, http://web.ncf.ca/ee722/hp does not function in FireFox. I use the top menu III (http://dynamicdrive.com/dynamicindex1/topmen3/index.htm) for the primary navigation, and the menu bar just does not show up. I have uploaded the mozilla.js files. Any help?

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •