Results 1 to 3 of 3

Thread: AnyLink JS Drop Down Menu v2.2 compatability issue with IE

  1. #1
    Join Date
    Oct 2008
    Posts
    6
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Question AnyLink JS Drop Down Menu v2.2 compatability issue with IE

    1) Script Title:

    AnyLink JS Drop Down Menu v2.2

    2) Script URL (on DD):

    http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    3) Describe problem:

    Everything works great on Firefox, Chrome, Safari, but somehow not on (stupid mf$%&@ing) Internet Explorer. Here is my website that its installed on..

    http://www.nicholasbivins.com

    here is a copy of what IE 'error on page' said...

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; BRI/1; .NET4.0C; InfoPath.2; AskTbARS/5.9.1.14019)
    Timestamp: Thu, 10 Feb 2011 01:18:46 UTC


    Message: 'items[...].1' is null or not an object
    Line: 168
    Char: 3
    Code: 0
    URI: http://www.nicholasbivins.com/js/anylinkmenu.js

    any help would be greatly appreciated. thanks,

    Nick

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    Maybe it's the extra comma after the last image in this part of the script ( in menucontents.js)
    Code:
    var anylinkmenu5={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFFDF4', linktarget:''} //Second menu variable. Same precaution.
    anylinkmenu5.items=[
    	["Current Portfolio", "http://www.nicholasbivins.com/currentportfolio.html"],
    	["Past Work", "http://www.nicholasbivins.com/pastwork.html"],
    ]
    The red comma

  3. The Following User Says Thank You to azoomer For This Useful Post:

    nicho14 (02-10-2011)

  4. #3
    Join Date
    Oct 2008
    Posts
    6
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Thumbs up fixed

    yep, that was it. Thank you!!!

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
  •