I am using Movable Type 4.23 and have been testing my site on a PC and discovered that Internet Explorer is unable to view my site due to a conflict in the javascript of the signin widget (initially I thought it was in the mt.js file).
I receive this error: Error 80004004
as well as in the Javascript itself:
"Element is not an object"
(or object is not an element?)
function mtUpdateSignInWidget(u) {
var el = document.getElementById('signin-widget-content');
If I put in id
where sign-widget-content
goes, it will say it is not an object.
All other browsers work perfectly (Firefox, safari and opera on my mac and Firefox on PC). Any ideas?