Been making this site for the past week. Only just came across this error in IE8.
There's an error in the jquery.corner.js
file:
Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Timestamp: Sat, 25 Sep 2010 16:13:34 UTC Message: Unexpected call to method or property access. Line: 163 Char: 17 Code: 0 URI: file:///C:/Documents%20and%20Settings/User/Desktop/diverse2/js/jquery.corner.js
Here's a link to the site, it will view normal in chrome etc but in IE8 the error also stops other jQuery plugins from working e.g jQuery.cycle.
http://eosa.co.cc/themes2/diverse2/
Here is the rounded corner codes:
$("#pageTitle, #pageTitle div#title").corner("tl bl 5px");
$("#navbar, .postDetail").corner("bl br 5px");
$(".jqueryslidemenu ul li ul li a, .boxGrey, div#slideshow-container, #searchForm, #pageTitleContainer, .twoThirdsGrey, a.button, a.button-2, .rounded").corner("tl tr bl br 5px");
That file is located in js/rounded.js
and the file for jquery.corner.js
is located in js/jquery.corner.js
.
Can anyone help?
The problem is that in IE you can't access the append child method for certain elements like input. Basically the plugin is trying to round certain elements in a manner that IE does not like.
You have two choices:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With