I am getting this error code which effects some computers and they do not display the menu properly. Any ideas on how it can be fixed?
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SU 3.28; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; Media Center PC 5.0; .NET CLR 3.0.30729; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C)
Timestamp: Fri, 24 Dec 2010 10:07:45 UTC
Message: Object doesn’t support this property or method
Line: 2
Char: 2
Code: 0
URI: http://www.wealthmoney.org/wp-content/p … hp?ver=1.0
And here a snippet from the php it says is in error starting with line 1.
<?php
require_once("../../../../wp-load.php");
header(‘Content-Type: text/javascript’);
echo ‘jQuery(document).ready(function() {
jQuery("ul.sf-menu").superfish({
animation: {opacity:"show",height:"show"}, // fade-in and slide-down animation’;
/*
if (get_option(‘suckerfish_delay’) == ‘on’) {echo ‘
delay: 1000, // the delay in milliseconds that the mouse can remain outside a submenu without it closing’;
}
*/