[Javascript] drop down menu problem in IE5.x Mac

simeonfosterwillbanks simeon at simeons.net
Thu Nov 11 16:09:18 CST 2004


I have been trying to implement a drop down menu by son of suckerfish.

http://www.htmldog.com/articles/suckerfish/dropdowns/

The javascript works fine in every browser i have tried except IE 5.x on Mac.  I
found that IE 5.x for mac doesn't like the window.attachEvent method.

http://www.macdevcenter.com/pub/a/mac/synd/2001/09/07/mac_scripting.html?page=last

I tired this instead:

window.onload=sfHover;

This doesn't give the desired effect in IE 5.x Mac.  A user on posted a comment
about this same problem with an appearent solution.

http://www.htmldog.com/ptg/archives/000050.php#comment124

This javascript still is not working properly in IE 5.x for Mac.  I tried both
afore mentioned ways of calling the function.  Any ideas?

thanks,
simeon


--
http://www.simeons.net - it's fun



More information about the Javascript mailing list