0
다음 코드는 백그라운드 이미지를 자동 변경합니다.Internet Explorer에서 커서의 초점 문제
function changeBackground() {
currentBackground++;
if(currentBackground > 3) currentBackground = 0;
$('body').fadeOut(0, function() {
$('body').css({
'background-image' : "url('" + backgrounds[currentBackground] + "')"
});
$('body').fadeIn(0);
});
setTimeout(changeBackground, 3000);
나는 앞면에 간단한 형태가 있습니다. Internet Explorer에서이 양식의 초점은 때마다 이미지 변경을 갈 것 같지만 크롬과 파이어 폭스