2010-03-18 54 views

回答

3

閱讀本:

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)); 
} 

希望這有助於!

+0

工作完美,你的現代英雄。 – Smickie 2010-03-19 09:30:44

+0

謝謝你的傢伙!不用謝! ;-) – 2010-03-19 10:27:39