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)
well yeah but it’s just onmouseenter="this.stop()" onmousexit="this.start()"
on the marquee itself i think