View Single Post
Old 07-29-2005, 07:27 PM   #8 (permalink)
neno.tu
Google Freak
 
neno.tu's Avatar
 
Join Date: Oct 2004
Location: Caracas - Venezuela
Posts: 365
Thanks: 0
Thanked 0 Times in 0 Posts
neno.tu
Send a message via AIM to neno.tu Send a message via MSN to neno.tu Send a message via Yahoo to neno.tu
It's very easy to do with javascript...

Try creating a loop...

Like this...

function scrolling(){
window.scroll+=speed;
}

settimeOut("scrolling"),100);

An speed will be the lines to scroll...

so declare: var speed;
at the top of the script...

and that will do... If you want to change the scrolling speed you can add "speed=(your speed)" to any event... and set speed=0 to stop scrolling...

I did an autoscrolling text to show the top 10 posts on a forum at the home page and stuff like that...

Hope I have help... You can email me for a complete source code... :P
neno.tu is offline   Reply With Quote