franz: scroller

Beitrag lesen

hallo,

ich suche ein js-script, das meine Seite mit einem Mouseover scrollt ( beim mouseover über einem image, soll die Seite gescrollt werden)
Kann mir jemand ein solches script sagen?

Keine Ahnung ob ich dich verstanden habe - aber:

<SCRIPT LANGUAGE="JavaScript">
<!-- ;

function autoscroll()
{
for (i=1; i<3000; i++)
{
scrollTo(0,i);
}
}

//-->
</script>
<a href="#" onmouseover="autoscroll()"><IMG SRC="scroll.gif" WIDTH="100" HEIGHT="50" ALT="scroll" border=0></a>

Vielleicht hast du ja das gesucht??!

Grüße

franz