silly's wall

View all Parent
Highlighted comment

the HTMLMarqueeElement has .start() and .stop() methods you can call onmouseenter and onmouseexit if you want (i know this because it was on dimden’s site)

im not know js (i assume this is js)

well yeah but it’s just onmouseenter="this.stop()" onmousexit="this.start()" on the marquee itself i think