Answers for "marquee pause on hover"

0

marquee pause on hover

<marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">
    Go on... hover me (and hold the mouse over)!
</marquee>
 Run code snippet
Posted by: Guest on April-22-2022

Browse Popular Code Answers by Language