I am redesigning my menu and are having some trouble with PopUp menu 5.2RC4. Works great in Firefox 1.0.4 and Netscape 8.0.4 but the menu does not pop up in MSIE6 and Opera 8.5.
A test version is located at http://www.karmsund-fiskemel.no/kftest/default.htm
Any idea what may be wrong?
2) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 203.173.--.--
Posted:
You're using "content" as a frame name in the position settings, but there's no frame named "content" in the document -- therefore, errors. Try replacing with "mainFrame.page.scrollY()".
Check Opera's JavaScript Consolke (under Tools -> Advanced) for the details -- it's a very thorough error reporting utility.
Good luck - Angus.
3) Svein HaugeGroup: Guests IP: 62.101.--.--
Posted:
Thanks for VERY fast reply. I tought I had replaced all the "content" frame names since it worked fine in NS and Firefox.