고수님들 소스 보고 해결좀 부탁드립니다.. > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

고수님들 소스 보고 해결좀 부탁드립니다.. 정보

고수님들 소스 보고 해결좀 부탁드립니다..

본문

<script language='javascript'>
var pop_cnt = parseInt("10");
var now_height = parseInt(-<?=$pop_line_height?>);
var now_list = 1;

function go_time () {
time = setInterval("move_bar()", 50);
}

function move_bar () {

now_height++;
for(i=0;i<pop_cnt;i++)
document.getElementById("tdpop" + i).className = 'rankoff';
document.getElementById("tdpop" + now_list).className = 'rankon';
 
if (now_height == 0) {
now_list++;
}

if (now_list == pop_cnt) {
clearInterval(time);
now_list = 0;
setTimeout("go_time()", 3000);
}
}

setTimeout("go_time()", 2000);
</script>

이렇게 소스를 작성했습니다.

근데 이상한게

<div id="tdpop0" class="rankon"></div>~<div id="tdpop9" class="rankoff"></div>

까지 해놓고 안에 글을 넣었습니다.

그런데 tdpop0~2 까지만 작동하더니 멈추더라구요.. 또한 그다음 리셋되서 재작동이 안됩니다..

도아주세요 ㅜ_ㅜ.,,

댓글 전체


<script language='javascript'>
var pop_cnt = 10;
var now_list = 1;

function move_bar() {
	for(var i=0; i<pop_cnt; i++)
		document.getElementById("tdpop" + i).className = 'rankoff';
	document.getElementById("tdpop" + now_list).className = 'rankon';
	now_list++;
    if (now_list == pop_cnt) 
	    now_list = 0;	
}
setInterval("move_bar()", 2000);
</script>
전체 66,554 |RSS
그누4 질문답변 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1402호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT