سؤال

ألق نظرة على هذه الصفحة: http://pearl.tinderfields.com/

في IE6 ، يتم تحميل صورة خلفية القائمة في كل مرة يحوم فيها المستخدم فوق عنصر قائمة ، مما يجعل من الواضح أن قائمة المظهر القمامة للغاية.

هل هناك أي سبب خاص لسبب إعادة تحميل IE6 الصورة على كل تحوم؟

هل كانت مفيدة؟

المحلول

اقرا هذا:

http://www.adobe.com/cfusion/communityengine/index.cfm؟event=showDetails&productid=1&postid=1104

<script type="text/javascript">
try {
 document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}
</script>

أو جرب طريقة CSS

html { 
filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

نأمل أن تكون هذه المساعدة!

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top