Answer to Question #985 in AJAX | JavaScript | HTML | PHP for Virginia

Question #985
I am working on a program to scroll text vertical with a start and pause button and I can not get the text to move. Can you provide assistance? Here is my code:

function moveMarquee(){

for (var i=0; i < marqueeTxt.length; i++){

topPos = parseInt(marqueeTxt.style.top);

if (topPos < -110) {
topPos = 700;
} else {
topPos -= 1;
}

marqueeTxt.style.top = topPos + "px";

}
}
1
Expert's answer
2010-11-13T03:34:35-0500
Just submit your assignment to our site and our experts will assist you.

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS