padstow
03-31-2008, 11:16 PM
1) Script Title: AnyLink Drop Down Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
3) Describe problem:
I'm trying to fnd a dropdown menu that works happily in IE6 - I seem to have no problems getting things working in FireFox and IE7, IE6 is the bane of my existence.
After trying Suckerfish, I'm now trying AnyLink Drop Downs - I see my menus as hoped in IE7 and Firefox (albeit there is a script error showing in my IE7 error, one problem at a time) - but neither my dropdown menus nor my slideshow script run on IE6 (slideshow script was fine before adding AnyLink).
Can anyone shed light on how I can fix this? I linked to the dropdown script in an external js file to shorten my page's code, would like to keep it that way. My editable lines of JS look like this:
var menu1=new Array()
menu1[0]='<a href="http://72.167.156.114/ee/index.php?/area/">Location</a>'
menu1[1]='<a href="#">Views Around Kinloch</a>'
menu1[2]='<a href="#">What‘s New</a>'
//Contents for menu 2, and so on
var menu2=new Array()
menu2[0]='<a href="#">Neighborhood Map</a>'
menu2[1]='<a href="#">Available Properties</a>'
menu2[2]='<a href="#">Current Listings</a>'
var menuwidth='115px' //default menu width
var menubgcolor='#FFFFF5' //menu bgcolor
var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
3) Describe problem:
I'm trying to fnd a dropdown menu that works happily in IE6 - I seem to have no problems getting things working in FireFox and IE7, IE6 is the bane of my existence.
After trying Suckerfish, I'm now trying AnyLink Drop Downs - I see my menus as hoped in IE7 and Firefox (albeit there is a script error showing in my IE7 error, one problem at a time) - but neither my dropdown menus nor my slideshow script run on IE6 (slideshow script was fine before adding AnyLink).
Can anyone shed light on how I can fix this? I linked to the dropdown script in an external js file to shorten my page's code, would like to keep it that way. My editable lines of JS look like this:
var menu1=new Array()
menu1[0]='<a href="http://72.167.156.114/ee/index.php?/area/">Location</a>'
menu1[1]='<a href="#">Views Around Kinloch</a>'
menu1[2]='<a href="#">What‘s New</a>'
//Contents for menu 2, and so on
var menu2=new Array()
menu2[0]='<a href="#">Neighborhood Map</a>'
menu2[1]='<a href="#">Available Properties</a>'
menu2[2]='<a href="#">Current Listings</a>'
var menuwidth='115px' //default menu width
var menubgcolor='#FFFFF5' //menu bgcolor
var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?