here is what i have
<script type="text/javascript">
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
<script type="text/javascript">
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