본문 바로가기

html / javascript / css

구버젼 ie 백그라운드 캐쉬

if(isIE && !isIE7){
    try{
        document.execCommand("BackgroundImageCache", false, true);
    }catch(e){}
}