当前位置:编程学习 > html/css >>

关于css图片缓存在ie6中解决方法

关于css教程图片缓存在ie6中解决方法

if(browser.isie6){
try{
document.execcommand("backgroundimagecache", false, true);
}
catch(e1){}
}


更简单写法

 

document.execcommand("backgroundimagecache", false, true);
补充:Css教程,常用代码 
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,