Gernot Back: JavaScript Scrollbar

Beitrag lesen

Hallo Delta3st,

vielleicht ist der Fehler gar nicht im Skript, sondern im HTML:

<a href="#" onMouseOver="verScroll('up','25','true')" onMouseOut="stopScroll()"><<<</a>
<a href="#" onMouseOver="verScroll('up','5','true')" onMouseOut="stopScroll()"><<</a>
<a href="#" onMouseOver="verScroll('up','1','true')" onMouseOut="stopScroll()"><</a> |
<a href="#" onMouseOver="verScroll('dn','1','true')" onMouseOut="stopScroll()">></a>
<a href="#" onMouseOver="verScroll('dn','5','true')" onMouseOut="stopScroll()">>></a>
<a href="#" onMouseOver="verScroll('dn','25','true')" onMouseOut="stopScroll()">>>></a>

Versuch doch mal, die Kleiner- und Größer-Zeichen < und > in den Schaltern zu maskieren mit &lt; und &gt; ! (Nur so eine Idee!)

Interessantes Skript, wo hast du das her? Ich arbeite gerade an einem ähnlichen Problem.

Gruß Gernot