Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

scrolling functions

Status
Not open for further replies.

yock

Programmer
Nov 4, 2001
9
US
here is what i have

<script type=&quot;text/javascript&quot;>
function scrollright()
{

for (i=1; i<=600; i++)
{
window.scroll(i,1)
}
}
</script>

i need to get it to scroll left and be able to set it to scroll to exact spots, i've been messing around with this and can't get it to work right

 
i just figured out that its not scroll exactly how i need it to. its needs to be able to keep scrolling not just repeat the same action over and over
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top