Tips
Created: 2008-12-27 16:40:59
Modified: 2008-12-27 17:56:26
IEのhover時の背景画像ちらつきに対処する
try {
document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}
Created: 2008-12-27 16:40:59
Modified: 2008-12-27 17:56:26
IEのhover時の背景画像ちらつきに対処する
try {
document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}