I have this code marquee
here:
<marquee direction="left" onmouseover="this.stop();" onmouseout="this.start();" scrollamount="2" height='18px' width='180px'>MEU TEXTO</marquee>
I would like the text to scroll ONLY when I hover over the mouse and stop when I take the mouse over.
I did not want to use this "MARQUEE" but rather a jQuery to get something more elegant.
I adapted but did not work: link
O is rolling alone!