سلام
اینم راه حل

فایل JSCookMenu.JS رو از فولدر Includes با یک ادیتور باز کنید
سپس یک Function به اون اضافه کنید که کدش اینه:

function msieversion() {
var ua = window.navigator.userAgent;
var msie = ua.indexOf ( "MSIE " );
if ( msie > 0 ) // If Internet Explorer, return version number
return parseInt (ua.substring (msie+5, ua.indexOf (".", msie )));
else // If another browser, return 0
return 0;
}

بعد در Functionهای cmGeTXAt و cmGeTYAt کد if (obj == elm) رو با کد if (obj == elm || msieversion() >= 7) در هردو جایگزین کنید
مشکل شما حل میشه.

Orginal :[مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]
This Text is a translation of the original text adressed above. i'm not responsible for it's furture problem that may occur.